Makes the WatZatSong UI prettier without all the advertisements for premium, or posts boosted by premium users cluttering up the feed.
Watzatsong - Hide premium samples by Z2r-YT

Details
AuthorZ2r-YT
LicenseNo License
CategoryWatZatSong.com
Created
Updated
Code size427 B
Code checksumbd84d5ce
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Removes all premium promotions including the banner advertisement, pinned samples, and the donate request on the footer of the page.
Source code
/* ==UserStyle==
@name watzatsong.com - Jun 2024
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("watzatsong.com") {
.sample-box--premium {
display: none;
}
.explaination-box {
display: none;
}
#announcement {
display: none;
}
.footer_buttons {
display: none;
}
}