可以操作 User-Agent 或 Referrer 的 Firefox 自动化工具?

发布于 2024-10-13 03:15:44 字数 235 浏览 2 评论 0原文

我需要通过 Chickenfoot、Greasemonkey、iMacros 或任何其他自动化工具来自动化 Firefox 中的某些流程。它们中的任何一个都允许更改浏览器的 User-Agent 或 Referer/Referrer 字段吗?

多谢!

编辑:我看到人们提到使用众多 Firefox 插件之一来控制 Referrer。但问题是大多数插件允许在会话开始时手动设置引荐来源网址。我需要在自动化过程中多次更改推荐人。

I need to automate some processes in Firefox via Chickenfoot, Greasemonkey, iMacros or any other automation tool. Is any of them allows to change the browser's User-Agent or Referer/Referrer fields?

Thanks a lot!

EDIT: I see people mention to use one of the many Firefox plugins to control Referrer. But the problem is that most of the addons allow to set the referrer manually in the beginning of the session. I need the referrer to be changing many time during the automation process.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

谢绝鈎搭 2024-10-20 03:15:44

当您使用 GM_xmlhttpRequest 函数时,Greasemonkey 将允许您指定用户代理,但是它不会让你改变推荐人。

一些 Firefox 扩展可能可以满足您的需求:

  1. 用户代理切换器
  2. RefControl

Greasemonkey will let you specify a user agent when you use the GM_xmlhttpRequest function, but it won't let you change referrer.

Some Firefox extensions that will probably do what you want:

  1. User Agent Switcher
  2. RefControl
葬花如无物 2024-10-20 03:15:44

根据您的需求,您也许可以利用用户代理切换器,这是一个很棒的扩展(附加)来执行此操作:

https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/

Depending on your needs, you might be able to leverage User Agent Switcher, which is an awesome extension (add on) for doing this:

https://addons.mozilla.org/en-US/firefox/addon/user-agent-switcher/

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文