Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AI-Free Search

A browser extension that hides AI Overviews and AI-generated results from Google Search. No tracking, no analytics, no data collection. Just clean search results.

Install

Chrome Web Store

Coming soon.

Manual Install (Developer Mode)

  1. Download or clone this repo
  2. Open chrome://extensions in Chrome
  3. Enable Developer mode (top right toggle)
  4. Click Load unpacked
  5. Select the ai-free-search folder
  6. Search Google as usual. AI Overviews are gone.

How It Works

Pure CSS hides AI Overview elements using stable DOM selectors. A lightweight content script watches for dynamically injected AI content and ensures it stays hidden. A simple popup toggle lets you enable/disable without reloading the page.

What it hides:

  • AI Overview summaries at the top of search results
  • AI Mode toggle in search tools
  • Related AI-generated content blocks

What it does NOT do:

  • Collect any data
  • Make any network requests
  • Track your searches
  • Phone home to any server

Privacy

This extension collects zero data. There are no analytics, no telemetry, no external network requests. Your toggle preference (on/off) is stored locally in your browser using chrome.storage.local and never leaves your device. The full source code is right here for you to verify.

See PRIVACY.md for the full privacy statement.

Supported Google Domains

Works on 20 regional Google domains including google.com, google.co.uk, google.ca, google.de, google.fr, google.es, google.it, google.co.jp, google.com.br, google.co.in, and more.

Missing your country's Google domain? Open an issue or submit a PR.

Contributing

Contributions welcome. If Google changes their AI Overview markup (they will), PRs to update the selectors are especially appreciated.

  1. Fork the repo
  2. Make your changes
  3. Test by loading the unpacked extension in Chrome
  4. Submit a PR

License

MIT

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages