I'm trying to limit (it's impossible to completely prevent) the automatic addition of search engines to Chrome.
I've written 4 rules for uBo/AG and these rules for uBoL:
The rules above will not prevent the specific search engine from being added after performing a search on the following websites:
The three rules I’ve chosen above are as non-intrusive as possible.
This extension is also completely useless:
Don't add custom search engines - Chrome Web Store
I've written 4 rules for uBo/AG and these rules for uBoL:
Code:
action:
type: block
condition:
urlFilter: /opensearch.xml
resourceTypes:
- other
- xmlhttprequest
---
action:
type: block
condition:
urlFilter: /searchplugins/
resourceTypes:
- other
---
action:
type: block
condition:
urlFilter: /searchplugin/
resourceTypes:
- other
---
action:
type: block
condition:
requestDomains:
- wikipedia.org
resourceTypes:
- other
---
The rules above will not prevent the specific search engine from being added after performing a search on the following websites:
- Amazon
- Github
- eBay
- Stack Overflow
The three rules I’ve chosen above are as non-intrusive as possible.
This extension is also completely useless:
Don't add custom search engines - Chrome Web Store


