首页 扩展程序 Do not automatically add other search engines

Do not automatically add other search engines

提供方: Stanford HCI Research Group
1
效率 42 位用户

插件简介

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()
}
}

其他信息

ID lejpfpoaicennngnbmkhgagndoiijjip 版本 1.0.1 上次更新日期 2016年12月21日 大小 3.21KiB 语言 支持1 种语言 开发者

geza@cs.stanford.edu

353 Serra Mall Stanford, CA 94305 United States 适用浏览器

谷歌浏览器、其他Chromium内核的浏览器

Do not automatically add other search engines Chrome插件下载

为打击盗链困扰,本站已启用人机验证
微信扫码关注左侧公众号,发送“插件”二字获得验证码,验证码5分钟全站有效