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_startfor early execution - Uses
MutationObserverfor 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.