Last active
January 23, 2026 14:14
-
-
Save abnrk/161ae2f05045158ff62bc8f4237cbc8d to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name Block AI Overview | |
| // @namespace Violentmonkey Scripts | |
| // @match https://www.google.com/* | |
| // @grant none | |
| // @version 1.0 | |
| // @author Adudo | |
| // @grant GM_addStyle | |
| // ==/UserScript== | |
| GM_addStyle(` | |
| div[data-mcpr] { display: none; } | |
| `); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment