1

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.

4

2 回答 2

0

根据您的需要,您也许可以利用 User Agent Switcher,这是一个很棒的扩展(附加):

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

于 2011-01-21T00:57:18.817 回答
0

Greasemonkey 将允许您在使用该GM_xmlhttpRequest功能时指定用户代理,但它不会让您更改引荐来源。

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

  1. 用户代理切换器
  2. 参考控制
于 2011-01-21T00:58:36.773 回答