可以操作 User-Agent 或 Referrer 的 Firefox 自动化工具?
我需要通过 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
当您使用
GM_xmlhttpRequest
函数时,Greasemonkey 将允许您指定用户代理,但是它不会让你改变推荐人。一些 Firefox 扩展可能可以满足您的需求:
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:
根据您的需求,您也许可以利用用户代理切换器,这是一个很棒的扩展(附加)来执行此操作:
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/