Removes favicon from Google search
Google No Favicon by leknin
Details
Authorleknin
LicenseNo License
Categorygoogle
Created
Updated
Size416 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 Google No Favicon
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document url-prefix("https://www.google.com/search"), url-prefix("https://www.google.co.uk/search") {
.H9lube {
display: none;
}
.GRN7Gc {
background: #fff0;
}
span.oPfux {
display: none;
}
}