The Notebook Review forums were hosted by TechTarget, who shut down them down on January 31, 2022. This static read-only archive was pulled by NBR forum users between January 20 and January 31, 2022, in an effort to make sure that the valuable technical information that had been posted on the forums is preserved. For current discussions, many NBR forum users moved over to NotebookTalk.net after the shutdown.
Problems? See this thread at archive.org.

    How to force Google Chrome to always use Google.com for searches

    Discussion in 'Windows OS and Software' started by Spartan@HIDevolution, Sep 4, 2017.

  1. Spartan@HIDevolution

    Spartan@HIDevolution Company Representative

    Reputations:
    39,567
    Messages:
    23,559
    Likes Received:
    36,826
    Trophy Points:
    931
    It drives me nuts when I am using a VPN and try to search for something, Google Chrome automatically picks up my IP and searches on the local Google search engine for the country it thinks I am in.

    To avoid this and to always have your searches run on the Google.com (no country recognition), do the following:

    1) Go to Settings
    2) Scroll Down until you see Manage Search Engine
    3) Click " ADD"
    4) Search Engine Name: Google NCR
    5) Keyword: googlencr_
    6) URL:
    Code:
    https://www.google.com/search?q=%s&pws=0&gl=us&gws_rd=cr
    7) Scroll down to the end of the search engine list and locate the Google NCR search engine that you just added
    8) Click on the 3 vertical dots then set it as default
    9) Delete the previous Google Search engine [optional]
     
    Last edited: Mar 17, 2020
  2. j95

    j95 Notebook Deity

    Reputations:
    2,461
    Messages:
    1,475
    Likes Received:
    1,308
    Trophy Points:
    181
    Besides the above, I would be more concerned with WebRTC leaking your true IP address if you're running Chrome, Opera, Firefox, etc.

    # Chrome:
    Open with notepad (Admin) -> \Data\profile\Default\Preferences file
    Add:
    Code:
    ,"webrtc":{"multiple_routes_enabled":false},
    
    Use commas between parameters.

    # Firefox: 'about:config' set -> 'media.peerconnection.enabled' option to FALSE.

    # UBlock Origin: check "Prevent WebRTC from leaking local IP addresses"


    [​IMG]

    [​IMG]


    WebRTC Test page
    https://ipleak.net/

    @Phoenix
    The same applies to Android, my case TugaBrowser by Tuga Power (build from Snapdragon Browser CAF sources).

    [​IMG]


    .... [​IMG]
     
    Last edited: Sep 5, 2017
    Vasudev, KY_BULLET, Papusan and 2 others like this.
  3. Spartan@HIDevolution

    Spartan@HIDevolution Company Representative

    Reputations:
    39,567
    Messages:
    23,559
    Likes Received:
    36,826
    Trophy Points:
    931
  4. custom90gt

    custom90gt Doc Mod Super Moderator

    Reputations:
    7,902
    Messages:
    3,861
    Likes Received:
    4,784
    Trophy Points:
    331
    reopened
     
    Papusan and Spartan@HIDevolution like this.
  5. Spartan@HIDevolution

    Spartan@HIDevolution Company Representative

    Reputations:
    39,567
    Messages:
    23,559
    Likes Received:
    36,826
    Trophy Points:
    931
    Thanks, guide updated
     
    Papusan and custom90gt like this.