windows 7 - Google Chrome search engine settings

18
2013-11
  • Stan

    GC version: 18

    Default GC search engine setting looks like this:

    {google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}{google:searchFieldtrialParameter}{google:instantFieldTrialGroupParameter}sourceid=chrome&ie={inputEncoding}&q=%s
    

    It's searching on Google Search in my country. How do I change that to always use Google US? I've tried to set the default setting to:

    http://www.google.com/#hl=en&q=%s
    

    This works except when using some symbols like plus sign '+', since it's not escaped. For example, if I type '123+456' in address bar, it will be interpreted as http://www.google.com/#hl=en&q=123+456, which would do google search '123 456', not the calculation result 579 I was looking for. Another example is that searching 'C++ bit operation' would get google search 'C bit operation'. This issue makes address bar searching not working in some cases. I was wondering if there's any way to resolve this?

  • Answers
  • Gowtham

    You need to edit the file

    Local State.txt
    

    in your chrome directory.

    Chrome's default directory can be found out here : chrome://version/ [Copy and paste this in the URL bar] (The profile path)

    Edit the local state file there and replace google.xxx (Your country's extension) with google.com in the browser field "last_known_google_url" and "last_prompted_google_url"

    googleeeee

    Replace google.co.in with google.com

  • Stan

    According to Rob's comment, set default search engine to http://www.google.com/search?{google:RLZ}{google:acceptedSuggestion}{google:ori‌​ginalQueryForSuggestion}{google:searchFieldtrialParameter}{google:instantFieldTri‌​alGroupParameter}sourceid=chrome&ie={inputEncoding}&q=%s resolve this issue.

  • ChrisF

    You better do the following:
    How to fix:

    1. Open "C:\Users{your_user_account}\AppData\Local\Google\Chrome\User Data" folder.
    2. Open "Local State" file.
    3. Add/Edit these in the node "browser":
      "last_known_google_url": "https://www.google.com/", "last_prompted_google_url": "https://www.google.com/",
    4. Open "Default/Preferences" file.
    5. Add/Edit these in the node "browser":
      "last_known_google_url": "https://www.google.com/", "last_prompted_google_url": "https://www.google.com/",


    How node "browser" looks like:
      },
      "browser": {
         //your code here


    I figured that out after a lot of investigation in my Chrome installation directory, as I couldn't find any workable solution by Googling the problem, so I prefer to share it :)

  • joshua.thomas.bird

    Try adding a space between the terms, i.e. 123 + 567, although it works on my version of chrome even without them.


  • Related Question

    default - Changing location in Google Chrome when searching
  • Alex

    I've recently moved to the Czech Republic from Scotland and I can't find a way to permanently stop Google from automatically defaulting back to google.cz all the time. I've checked to ensure that all my google accounts and cookie based settings (e.g. Advanced Search Options) are set to English but it's still clearly doing an IP address lookup and disregarding everything else.

    The default Search Engine for Google Chrome (and switches to google.cz automatically):

    {google:baseURL}search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q=%s
    

    I've tried hardcoding it to:

    http://www.google.com/search?{google:RLZ}{google:acceptedSuggestion}{google:originalQueryForSuggestion}sourceid=chrome&ie={inputEncoding}&q=%s
    

    this kind of works, but won't work for inline searching, i.e. I always have to press enter in order to get any results which is a bit annoying as I've gotten so used to AJAX style searching

    I can't have been the only one to get this issue?

    Any help is appreciated


  • Related Answers
  • Kez

    Try clicking the "no country redirection" link Go to Google.com on the main Google search page. My link should also do the same thing and may immediately fix your problem.

    This is designed to be a toggle between the generic .com and local country-based page.

    Some more information on this problem can be found here.

  • ChrisF

    I know this isn't an direct answer, but Google will be choosing the default location based on the geographic location of your IP address. As that is now in the Czech Republic it assumes that's what search portal you want.

    One solution would be to use a proxy based back in the UK and access the internet through that.

  • Alex

    I got a way for English.

    Just create another customer search engine of Google. Use this URL: http://www.google.com/#sclient=psy&hl=en&safe=off&q=%s&aq=f&aqi=&aql=&oq=&gs_rfai=&pbx=1&fp=a20cfd04ba3c5cf9

    and make it default.