Skip to content

Instantly share code, notes, and snippets.

@abnrk
Last active January 23, 2026 14:14
Show Gist options
  • Select an option

  • Save abnrk/161ae2f05045158ff62bc8f4237cbc8d to your computer and use it in GitHub Desktop.

Select an option

Save abnrk/161ae2f05045158ff62bc8f4237cbc8d to your computer and use it in GitHub Desktop.
// ==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