Skip to content

Hide AI Overview by pkpc99

Details

Authorpkpc99

LicenseNo License

Categorygoogle.com

Created

Updated

Size343 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Hides Google's AI overview thing

Notes

Alternatively, you can hide it by blocking the element ##[data-mcpr]:has([data-al*="AI overview"]) in uBlock Origin

Source code

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

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

Reviews

No reviews yet.