https://github.com/garnetred/hide-ai-google-search
This Chrome extension hides generative AI overviews from Google Search results.
https://github.com/garnetred/hide-ai-google-search
ai chrome-extension chrome-extensions firefox-addon google google-search productivity search-engine web-extension
Last synced: about 1 year ago
JSON representation
This Chrome extension hides generative AI overviews from Google Search results.
- Host: GitHub
- URL: https://github.com/garnetred/hide-ai-google-search
- Owner: garnetred
- Created: 2024-05-18T15:00:47.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-21T15:41:41.000Z (about 2 years ago)
- Last Synced: 2025-02-05T18:24:53.411Z (over 1 year ago)
- Topics: ai, chrome-extension, chrome-extensions, firefox-addon, google, google-search, productivity, search-engine, web-extension
- Language: HTML
- Homepage:
- Size: 32.2 KB
- Stars: 3
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Hide AI Google Search
[](https://www.buymeacoffee.com/decemberthedeveloper)
## Abstract
This Chrome extension removes the AI Overview section from Google searches.
## Tech Stack
This project uses vanilla JS, CSS, and HTML.
## Installation
You can clone the repo locally using `git clone`.
## Setup
### Chrome (and other Chromium-based Browsers)
[This article](https://developer.chrome.com/docs/extensions/mv3/getstarted/development-basics/#load-unpacked) offers detailed instructions on loading an unpacked chrome extension. You can navigate to the chrome extensions page via the puzzle piece icon in the toolbar. Enable "developer mode" on the top-right. From there, you can click "load unpacked extension" and choose the folder via the popup. You should then see the magnifying glass icon appear in the toolbar. When you click on it, you can see "Hide AI Google Search."
If you navigate to `www.google.com` and do a simple search, you should not see the "AI Overview" section.
## Screenshots
## Future Changes
Currently this extension only works for Chrome, but I hope to port it to Firefox shortly.