Do not automatically add other search engines Do not automatically add other search engines

Search Tools
Version: 1.0.1
Last Update: 2016-12-21

Overview

Do not automatically add other search engines is a Chrome extension developed by Stanford HCI Research Group. According to the data from Chrome web store, current version of Do not automatically add other search engines is 1.0.1, updated on 2016-12-21.
31 users have installed this extension. 1 users have rated this extension with an average rating of .

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

Rating

1 ratings

Total Installs

31

Information

Last Update

2016-12-21

Current Version

1.0.1

Size

3.21KiB

Author

Stanford HCI Research Group

Website

None

Category

Search Tools

Do not automatically add other search engines Alternatives

Latest Reviews

See More

avatar Newtomic
2021-09-16

I know this is a "stupid" need because the browser should have this option from stock, but here we are. Thanks for this extension.

After a while using this extension, maybe for 2 or 3 months the browser still adds some 'search engines'. :-(

avatar Newtomic
2021-09-16

I know this is a "stupid" need because the browser should have this option from stock, but here we are. Thanks for this extension.

After a while using this extension, maybe for 2 or 3 months the browser still adds some 'search engines'. :-(

avatar Newtomic
2021-09-16

I know this is a "stupid" need because the browser should have this option from stock, but here we are. Thanks for this extension.

After a while using this extension, maybe for 2 or 3 months the browser still adds some 'search engines'. :-(

avatar Newtomic
2021-09-16

I know this is a "stupid" need because the browser should have this option from stock, but here we are. Thanks for this extension.

After a while using this extension, maybe for 2 or 3 months the browser still adds some 'search engines'. :-(