Skip to content

Instantly share code, notes, and snippets.

@ZaLiTHkA
Created December 2, 2025 06:14
Show Gist options
  • Select an option

  • Save ZaLiTHkA/b3cd4b0a00f88254011a112fd6e09800 to your computer and use it in GitHub Desktop.

Select an option

Save ZaLiTHkA/b3cd4b0a00f88254011a112fd6e09800 to your computer and use it in GitHub Desktop.
how to avoid AI summaries in address bar Google search for Chrome browsers
  1. copy the initial Google search URL, which contains the following as of writing this:
{google:baseURL}search?q=%s&udm=14&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:language}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
  1. add the udm query param key with a value of 14, explicitly selecting the "Web" category, now hidden under the "More" menu in Google's WEB SEARCH.

the final custom search URL:

{google:baseURL}search?q=%s&udm=14&{google:RLZ}{google:originalQueryForSuggestion}{google:assistedQueryStats}{google:searchFieldtrialParameter}{google:language}{google:prefetchSource}{google:searchClient}{google:sourceId}{google:contextualSearchVersion}ie={inputEncoding}
  1. set this custom search engine as your "default".
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment