Skip to content

Hide AI Overview by pkpc99

Details

Authorpkpc99

LicenseNo License

Categorygoogle.com

Created

Updated

Size389 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides Google's AI overview thing

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Hide AI Overview
@namespace      https://pkpc99.github.io
@version        2
@description    Hides Google's AI Overview.
@author         pkpc99
==/UserStyle== */

@-moz-document domain("google.com") {
 [data-mcpr]:has([data-al*="AI overview"]),
[data-hveid]:has(path[fill="var(--m3c23)"]){
display:none;
  visibility: hidden;
  scale: 0;
 }
}

Reviews

No reviews yet.