Skip to content

Instantly share code, notes, and snippets.

@namzo
Last active January 30, 2022 16:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save namzo/3b20fceb92c2d4421d9ed8def373d31a to your computer and use it in GitHub Desktop.
Save namzo/3b20fceb92c2d4421d9ed8def373d31a to your computer and use it in GitHub Desktop.
Chrome url search

Default

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

My preferred

{google:baseURL}search?gl=us&q=%s&{google:originalQueryForSuggestion}{google:prefetchSource}{google:contextualSearchVersion}ie={inputEncoding}

Tracking?

{google:baseURL}search?gl=us&q=%s&{google:originalQueryForSuggestion}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}

Default but US

{google:baseURL}search?q=%s&gl=us&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:iOSSearchLanguage}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment