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.
Coming soon.
- Download or clone this repo
- Open
chrome://extensionsin Chrome - Enable Developer mode (top right toggle)
- Click Load unpacked
- Select the
ai-free-searchfolder - Search Google as usual. AI Overviews are gone.
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
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.
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.
Contributions welcome. If Google changes their AI Overview markup (they will), PRs to update the selectors are especially appreciated.
- Fork the repo
- Make your changes
- Test by loading the unpacked extension in Chrome
- Submit a PR
MIT