Removes super branding from super sites!!
NO SUPER BRANDING by jay_the_stay

Details
Authorjay_the_stay
LicenseNo License
Categorysuper.site
Created
Updated
Code size319 B
Code checksum5d8f0f04
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name NO SUPER BRANDING
@namespace https://git.gay/jaysplace/stylus-tweaks
@version 0.1.0
@description Removes super branding from super sites!!
@author Jay the Stay
==/UserStyle== */
@-moz-document domain("super.site") {
.super-badge {
display:none;
}
}