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.

@John-Mc
Copy link

John-Mc commented Jun 15, 2025

There was no spot to add and alias in Firefox 139.0.4 on a Mac.
So I just stuck "gnai" in the blank for "Keyword". I have no idea if that was necessary or not, but it''s working. My searches now show up without Google's idiotic AI summaries.

@wolejnr
Copy link

wolejnr commented Jun 18, 2025

The alias field was not available on my Windows machine as well. It works regardless with my searches returning only web results

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