Remove annoying content from Spotify
Clean Up Spotify by mfluehr
Details
Authormfluehr
LicenseNo License
Categoryhttps://open.spotify.com/
Created
Updated
Size543 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 Clean Up Spotify
@namespace github.com/openstyles/stylus
@version 1.0.3
@description Remove annoying content from Spotify
@author Me
==/UserStyle== */
@-moz-document domain("open.spotify.com") {
.GenericModal__overlay,
[aria-label=Advertisement],
[aria-label^=Browse],
[aria-label^=Desert],
[aria-label^=Popular],
[aria-label^='Spotify original'],
[aria-label='State of music today'],
[aria-label='Recommended radio'] + * {
display: none;
}
}