hides some of google logos on the main page
google.com no logo or box by acrecira
Details
Authoracrecira
LicenseNo License
Categorygoogle.com
Created
Updated
Size422 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.com no logo or box
@version 20230522.01.48
@namespace ?
==/UserStyle== */
@-moz-document domain("google.com") {
.lnXdpd, .eboQFe, .vQ43Ie, .GVqCqe, .kmjBcc, .ctaAnimated #storybook-cta-animated, #storybook-cta-container, .hplogocta.showCta, #hplogo {
max-height: 0% !important;
max-width: 0% !important;
background-color: #ca0808;
display:none !important;
}
}