Removes the Investor Badge
Spoutible Badge by BetaGuru
Details
AuthorBetaGuru
LicenseGNU General Public License v3.0
CategorySpoutible.com
Created
Updated
Size283 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 Spoutible
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Removes the Investor Badge
@author BeTaGuRu
==/UserStyle== */
@-moz-document domain("spoutible.com") {
.investor_badge {
visibility: hidden;
}
}