Hides the adds for Songsterr Plus.
Hide Songsterr+ add by jacopro9
Details
Authorjacopro9
LicenseNo License
Categorysongsterr.com
Created
Updated
Size759 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 HideSongsterrPlusAdd
@namespace github.com/openstyles/stylus
@version 1.0.0
@description Hides the adds for Songsterr Plus
@author Jacopro9
==/UserStyle== */
@-moz-document domain("songsterr.com") {
.Brv1gs {
bottom: 3000px;
}
.j51ip > div {
max-width: 0px;
}
.j51ip {
height: 0px;
}
.ju1pe.Cek1gy {
height: 0px;
}
.Bp6ta {
margin: -98px 500px 25px;
}
.C61jc {
font-size: 0px;
margin: 0px auto 0;
min-height: 0px;
}
.font-segoe-ui {
--system-font-header-showroom-line-height: 0px;
}
.Cek21w {
height: 1321px;
left: 100px;
right: 90px;
}
}