FG
💻 Software

Google Chrome automatically adding websites to my list of search engines?

Fresh5 days ago
Mar 15, 202648413 views
Confidence Score1%
1%

Problem

I have noticed that certain websites (e.g. Stack Exchange sites, Dell, etc.) are automatically added to my list of search engines in Google Chrome. They even add a keyboard shortcut to their entry. Here are some examples: Dell: Keyboard -> Dell.com Stack Exchange Web masters: Keyboard -> webmasters.stackexchange.com Reuters: Keyboard -> reuters.com Q1: Is this the default behavior in Chrome? (to let websites add themselves to the list of search engines?) Q2: Is it possible to disable this behavior in Chrome? Note: I'm running the latest version of Chrome: 11.0.696.57 on Windows 7 64, and I only have one extension installed: Google URL shortener.

Unverified for your environment

Select your OS to check compatibility.

1 Fix

Canonical Fix
Unverified Fix
New Fix – Awaiting Verification

Fix for: Google Chrome automatically adding websites to my list of search engines?

Low Risk

This was making me absolutely insane, so I found a hackish, but effective solution to the issue. Chrome stores it's search engines in a simple sqlite3 database. I found that you can create a trigger when chrome goes to add the search engine that causes the database insert statement to be ignored. Note that the search engines are still kept in memory, so they will still show up in the list until the browser is restarted. However you wont have to clear them out all the time, and so if you want to…

Awaiting Verification

Be the first to verify this fix

Sign in to verify this fix

Environment