Skip to content

sudo-junaiddev/NO-GOOGLE-AI-OVERVIEW

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Mozilla Add-on Version Mozilla Add-on Downloads Mozilla Add-on Users Status Approve Badge Status Build Badge LICENSE badge

NO-GOOGLE-AI-OVERVIEW

LOGO

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.

Installation

How to Use

  1. Install the extension from the Firefox Add-ons store.
  2. Grant permission to change the default search engine.
  3. Done! You can now search without the annoying Google Gemini AI Overviews.

How It Works

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 @google to override it with custom search engine.

About

An open-source, simple-to-use extension that disables Google AI Overviews.

Resources

License

Stars

Watchers

Forks

Packages

No packages published