A lightweight Chrome extension that automatically removes AI Overview sections from Google search results.
- 🚀 Automatic removal - Works immediately when search pages load
- 🎯 Smart targeting - Removes AI Overview containers using multiple selectors
- 🔄 Dynamic detection - Handles dynamically loaded content
- ⚡ Lightweight - Minimal resource usage
- 🔧 No configuration - Works out of the box
- Download or clone this repository
- Open Chrome and navigate to
chrome://extensions/
- Enable "Developer mode" (toggle in top right)
- Click "Load unpacked" and select the extension folder
- The extension is now active on Google search pages
├── manifest.json # Extension configuration
└── content.js # Main removal script
The extension targets these elements commonly used for AI Overview:
[data-mcpr]
- Main AI Overview containers.YzCcne
- AI Overview wrapper class[data-async-type="folsrch"]
- Search result type indicator[jscontroller="EYwa3d"]
- Google controller component.q8sySb
,.hdzaWe
- Additional AI Overview elements
- Manifest V3 compatible
- Runs on
document_start
for early execution - Uses
MutationObserver
for dynamic content - Periodic checks every 500ms for stubborn elements
- No external dependencies
- Chrome (Manifest V3)
- Edge (Chromium-based)
- Other Chromium browsers
- Fork the repository
- Create a feature branch
- Make your changes
- Test thoroughly on Google search
- Submit a pull request
None, do what you want with this.
This extension modifies Google search results display. Google may update their structure, requiring extension updates.