Skip to content

google.com no logo or box by acrecira

Details

Authoracrecira

LicenseNo License

Categorygoogle.com

Created

Updated

Code size837 B

Code checksum781ce7f

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

hides some of google logos on the main page

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         google.com no logo or box
@version      20250305.03.54
@namespace    https://userstyles.world/user/acrecira
@description  hides some of google logos on the main page
@author       acrecira
@license      No License
==/UserStyle== */

@-moz-document domain("google.com") {
/*hide logo*/
.lnXdpd, .eboQFe, .vQ43Ie, .GVqCqe, .kmjBcc, .ctaAnimated #storybook-cta-animated, #storybook-cta-container, .hplogocta.showCta, #hplogo {
    max-height: 0% !important;
    max-width: 0% !important;
    display:none !important;
}

/*hide spare elements*/
body > div.L3eUgb > div.o3j99.ikrT4e.om7nvf > form > div:nth-child(1) > div.A8SBwf > div.FPdoLc.lJ9FBc > center, body > div.L3eUgb > div.o3j99.qarstb, body > div.L3eUgb > div:nth-child(6) > div {
    display: none !important;
    visibility: hidden !important;
}

}

Reviews

No reviews yet.