Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save gene1wood/0bd4250ffef9d57fd801d59f23433114 to your computer and use it in GitHub Desktop.
Save gene1wood/0bd4250ffef9d57fd801d59f23433114 to your computer and use it in GitHub Desktop.
How to disable Google Search AI Overview in Firefox
  • In Firefox, open a tab to about:config
  • Enter browser.urlbar.update2.engineAliasRefresh and click the + sign on the right
    • This will now show the value for the Boolean as true which is correct
    • Be setting this to true you enable the option to add a custom search engine to Firefox
  • Go to Settings or navigate to about:preferences#search
  • Under Search Shortcuts click Add
    • Search enging name : Google without AI
    • Engine URL : https://www.google.com/search?client=firefox-b-1-d&channel=entpr&udm=14&q=%s
    • Alias : gnai
    • Click Add Engine
  • At the top of the Settings page under Default Search Engine, select in the drop-down Google without AI
  • Test this by doing a Firefox search in the URL bar or search bar for something. At the top of the search results page, instead of All you'll see it has selected Web so that it only shows web results.

This adds a new custom search engine that uses Google but adds the udm=14 query parameter to only return web results, not AI Overviews.

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