A new userstyle to disable AI overview in google search
Disable AI overview in google search by dims
Details
Authordims
LicenseNo License
Categorygoogle.com
Created
Updated
Size361 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Disable AI overview in google search
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle to disable AI overview in google search
@author @dims
==/UserStyle== */
@-moz-document domain("google.com") {
/* Insert code here... */
}
.M8OgIe {
display: none !important;
}