Skip to content

Instantly share code, notes, and snippets.

@meleyal
Last active December 18, 2015 07:29
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save meleyal/5747462 to your computer and use it in GitHub Desktop.
Save meleyal/5747462 to your computer and use it in GitHub Desktop.
Disable integrated Google search in latest Chrome

Create a new default search engine without the {google:instantExtendedEnabledParameter} token:

Before:

{google:baseURL}search?q=%s&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}{google:instantExtendedEnabledParameter}ie={inputEncoding}

After:

{google:baseURL}search?q=%s&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:searchClient}{google:sourceId}ie={inputEncoding}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment