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.
- Automatic AI Exclusion: Appends
-aito all Google search queries to filter out AI-generated content - Smart Query Processing: Prevents duplicate
-aiadditions and normalizes queries - Form Interception: Handles both direct URL navigation and form submissions
- Dynamic Updates: Works with single-page application navigation and history changes
The extension uses content scripts to ensure consistent behavior:
- Content Script: Modifies search queries in real-time and handles form submissions
- URL Rewriting: Processes both direct navigation and dynamic page changes
- Normalization: Removes existing
-aiterms to prevent duplication - Addition: Appends
-aito the cleaned query - Deduplication: Tracks last applied URL to prevent infinite redirects
- Chrome: ✅ Fully supported (Manifest V3)
- Edge: ✅ Fully supported (Chromium-based, uses Chrome files)
- Safari: ❌ Not supported
- Firefox: ❌ Not supported
The extension works out of the box with no configuration required. Supports major Google search domains:
google.comgoogle.co.uk,google.ca,google.degoogle.fr,google.it,google.esgoogle.com.au,google.co.jp- And other Google country domains
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
- 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
De-AI Google is available from the Chrome Web Store.
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.
