当搜索关键字时,Firefox 会将“client=firefox”绑定到 google 搜索链接,如下所示:
https://www.google.com/search?client=firefox-b-d&q=test
如何防止 Firefox 生成“客户端=firefox-bd“并将其添加到搜索链接中?
我希望它是这样的:
https://www.google.com/search?q=test
我为什么要这样做?因为即使您更改了用户代理属性,client=firefox 仍然存在。
答案1
这里有一个参数“client=firefox”,以便 Google 知道这个查询是由 Firefox 发出的。
此参数被添加到搜索查询中,以便 Mozilla 根据与 Google 签订的合同从 Google 获得报酬。
删除此参数的最简单方法是使用 Google 以外的其他搜索引擎。
复杂的方法是破解 Firefox 发布文件以删除该参数。你可以在文章中找到此破解方法 Firefox 搜索引擎警告、建议。
请记住,通过进行这种攻击,你将剥夺 Mozilla 从 Google 获得应有的报酬,尽管他们很好地免费为你提供了 Firefox。
答案2
当 Firefox 随操作系统一起提供时,搜索字符串会添加为“clients=canonical”或“clients=ubuntu”。(1)如果您从官方网站或 Mozilla PPA 安装 Firefox,它会添加一个搜索字符串,如“clients=firefox”。在 2013 年 ff 版本 23 之前,可以使用“about: config”删除这些标志。但现在不行了。
简单的解决方案:
安装。
https://addons.mozilla.org/en-US/firefox/addon/clearurls/
就是这样。您不会在 Google 搜索中看到“clients=ubuntu”。
如上所述多于,获取详细信息和其他解决方案:
https://12bytes.org/articles/tech/firefox/firefox-search-engine-cautions-and-recommendations/
(1):https://askubuntu.com/questions/784733/disable-partners-key-in-url-bar
答案3
- 安装搜索引擎助手
- 添加新搜索引擎
- 在“搜索网址”中输入“https://www.google.com/search?q=%s”(或您的本地域名,例如google.co.uk或者谷歌德国)
- 删除旧的搜索引擎
更多信息:https://12bytes.org/articles/tech/firefox/firefox-search-engine-cautions-and-recommendations/