Hides the huge banner on every page to make the site easier to navigate.
mr-market.de without banner by hoardash
Details
Authorhoardash
LicenseMIT
Categorymr-market.de
Created
Updated
Size376 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 mr-market.de - 6/20/2023, 2:31:28 PM
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hides the banner on every page to make the site easier to navigate.
@author hoardash
==/UserStyle== */
@-moz-document domain("mr-market.de") {
div.site-logo {
display: none !important;
}
}