Forcing Chrome to use google.com as search engine
Posted by jpluimers on 2017/04/14
I tried the obvious things to force Chrome on my Mac and Windows to use google.com as search engine when searching through the address/search box (omnibox). On Windows, this works fine, but Chrome on Mac (both are linked through my gmail account) keeps insisting to use google.nl no matter what, as all these fail:
- http://google.com/ncr or https://google.com/ncr as suggested by Google.com goes to the wrong Google page – Search Help.
- There are no “Use Google.com” or “Use Google in English” on my Google.com page.
- http://www.google.com/webhp?cr=countryUS or https://www.google.com/webhp?cr=countryUS
There are tons of reports on the google.com/ncr not working (you see the https://google.nl domain, in that search right?).
For me, google.com/ncr redirects to https://www.google.com/?gws_rd=ssl, so it does redirect, but somehow doesn’t mark it to use as default.
In Chrome, my search settings in chrome://settings/searchEngines are these:
I’ve never changed it, so it still points to {google:baseURL}search?q=%s&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}{google:contextualSearchVersion}ie={inputEncoding}
So basically, Chrome screws up the {google:baseURL}
portion and there is no way to force {google:baseURL} to a certain value as the 2008 bug 1521 was marked “wontfix” in 2010 and nobody at Google seems to care (except a Google employee wanting expense paid trips abroad).
The totally odd thing is that when I start on https://google.com then search for say “Mac OS X start second atom instance”, I get to https://www.google.com/#q=Mac+OS+X+start+second+atom+instance
Poor mans solution
So I’ve defined two new search engine settings:
In case you want to copy the text:
- Google.com Simple
- Google.com Stupid
I’ve set the “Google.com Simple” as my default. Makes URLs a lot simpler too.
Now if I start typing google and press the space bar, the ombibox changes from
into
and I can search for foo like this:
which brings me to:
–jeroen
Mike Yo said
Nice, but breaks search suggest…
jpluimers said
I didn’t notice that yet, but you’re right.
Hmm, need to find another solution then. Any suggestions?