[www.google.com] hide adhoc images
[www.google.com] hide adhoc images by hi-ogawa
Details
Authorhi-ogawa
LicenseNo License
Categorygoogle
Created
Updated
Size390 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 [www.google.com] hide adhoc images
@version 20220501.01.58
@namespace userstyles.world/user/hi-ogawa
@description [www.google.com] hide adhoc images
@author hi-ogawa
@license No License
==/UserStyle== */
@-moz-document domain("www.google.com") {
#searchform g-img {
display: none;
}
form[role="search"] .logo {
display: none;
}
}