Hides the most annoying membership plugs :P
NO MEMBERSHIP BUTTON by jay_the_stay
![Screenshot of NO MEMBERSHIP BUTTON](https://userstyles.world/preview/20703/0.jpeg)
Details
Authorjay_the_stay
LicenseNo License
Categorybandlab.com
Created
Updated
Size371 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 NO MEMBERSHIP BUTTON
@namespace https://git.gay/jaysplace/stylus-tweaks/
@version 0.1.0
@description Hides the most annoying membership plugs :P
@author Jay the Stay
==/UserStyle== */
@-moz-document domain("bandlab.com") {
.top-bar-membership-button {
display:none
}
.banner {
display:none
}
}