
Do not automatically add other search engines
1 个评分
)概述
Chrome automatically adds sites to your search engines list when you visit them, which this extension prevents
Chrome automatically adds sites to your list of custom search engines list when you visit them. This extension prevents this behavior. Code: https://github.com/gkovacs/do-not-automatically-add-other-search-engines Note that Chrome uses a number of heuristics to add search engines, and while this extension prevents the most common approach, we cannot prevent all of them. Hence, some search engines may still get through. To remove added search engines (in this case, those that contain '.' in the keyword), navigate to chrome://settings/searchEngines and run the following code a few times (via the developer console, Command-Option-J or Ctrl-Shift-J) for (var x of document.querySelectorAll('.keyword-column')) { if (x.innerText.indexOf('.') != -1) { x.parentNode.parentNode.childNodes[1].click() } }
3 星(5 星制)1 个评分
详情
- 版本1.0.1
- 上次更新日期2016年12月21日
- 提供方Stanford HCI Research Group
- 大小3.21KiB
- 语言English
- 开发者Stanford HCI Research Group
353 Serra Mall Stanford, CA 94305 United States邮箱
geza@cs.stanford.edu - 非交易者该开发者尚未将自己标识为交易者。欧盟地区消费者须知:消费者权利可能不适用于您与该开发者达成的合约。
隐私权
支持
若有任何疑问、建议或问题,请在桌面浏览器中打开此页面