NO-GOOGLE-AI-OVERVIEW is an open-source, simple, Ready-to-use extension that disables Google AI Overviews.
This extension sets a custom search engine named Custom-google. If you like this project, please give it a star! The code is simple, and you're free to modify it to create your own custom search engine extension for Firefox.
- Install the extension from the Firefox Add-ons store.
- Grant permission to change the default search engine.
- Done! You can now search without the annoying Google Gemini AI Overviews.
This extension uses chrome_settings_overrides to override browser settings in Firefox, Chrome, and Chromium-based browsers.
is_default: Sets this search engine as the default.name: Name of the custom search engine.search_url: The URL used for search queries.{searchTerms}: This placeholder is replaced with the actual search query by the browser.
suggest_url: URL used for search suggestions.
Note: The response from this URL must be in JSON format.{searchTerms}: This placeholder is replaced with the actual search query by the browser.
keyword: Custom keyword for triggering the search engine or@googleto override it with custom search engine.