disables the "I'm feeling lucky" feature on the google homepage
notluckyanymorecss by claw241
Details
Authorclaw241
LicenseNo License
Categorygoogle.com
Created
Updated
Size346 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 notluckyanymorecss
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("google.com") {
.gbqfba-hvr{
display:none!important;
}
input#gbqfbb{
visibility: inherit!important;
}
}