Skip to content

matthewcsimpson/De-AI-Google

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

De-AI Google Chrome Extension

The Google AI Overview of search results is often quite bad, so this extension automatically modifies Google search queries to exclude AI-generated results by appending "-ai" to your searches. Available for Chrome and Edge browsers.

Demo

Features

  • Automatic AI Exclusion: Appends -ai to all Google search queries to filter out AI-generated content
  • Smart Query Processing: Prevents duplicate -ai additions and normalizes queries
  • Form Interception: Handles both direct URL navigation and form submissions
  • Dynamic Updates: Works with single-page application navigation and history changes

How It Works

The extension uses content scripts to ensure consistent behavior:

  1. Content Script: Modifies search queries in real-time and handles form submissions
  2. URL Rewriting: Processes both direct navigation and dynamic page changes

Technical Details

Query Modification Logic

  1. Normalization: Removes existing -ai terms to prevent duplication
  2. Addition: Appends -ai to the cleaned query
  3. Deduplication: Tracks last applied URL to prevent infinite redirects

Browser Compatibility

  • Chrome: ✅ Fully supported (Manifest V3)
  • Edge: ✅ Fully supported (Chromium-based, uses Chrome files)
  • Safari: ❌ Not supported
  • Firefox: ❌ Not supported

Configuration

The extension works out of the box with no configuration required. Supports major Google search domains:

  • google.com
  • google.co.uk, google.ca, google.de
  • google.fr, google.it, google.es
  • google.com.au, google.co.jp
  • And other Google country domains

Privacy

This extension:

  • ✅ Does NOT collect any personal data
  • ✅ Does NOT send data to external servers
  • ✅ Only modifies Google search URLs locally
  • ✅ Works entirely within your browser

Version History

1.0.0

  • Initial release
  • Automatic AI exclusion by appending "-ai" to Google search queries
  • Smart query processing with duplicate prevention
  • Form interception support
  • Dynamic navigation compatibility
  • Available for Chrome and Edge browsers

Installation

De-AI Google is available from the Chrome Web Store.

License

This project is licensed under the MIT License - see the LICENSE file for details.

MIT License allows you to freely use, modify, and distribute this software.


Note: This extension modifies Google search behavior. Google may update their search parameters or detection methods, which could affect functionality.

About

A simple Chrome extension to force Google to not generate an AI overview, and use the web results tab.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors