/* ==UserStyle==
@name Block Spotify sponsored playlists
@namespace USO Archive
@author blk.
@description `Simple block rules to hide the Podcasts sponsored playlist and other sponsored playlists for NON-PREMIUM users. I personally don't listen podcasts so why should I see them on top of the home page?You can add your own here [aria-label="------"] TIP: You can add the same rules to the desktop app by editing xpui.css (inside xpui.spa)`
@version 20210621.21.7
@license NO-REDISTRIBUTION
@preprocessor uso
==/UserStyle== */
@-moz-document domain("open.spotify.com") {
/*
[data-testid="home-page"] section.a8b052ab945f8d056679d7f3ff013e05-scss:nth-child(2),
*/
[role="banner"],
[aria-label="Upgrade to Premium"],
[href="https://www.spotify.com/premium/"],
/* trash sometimes
[aria-label="Good morning"],
[aria-label="Good evening"],
[aria-label="Good afternoon"],
*/
/*trash*/
[aria-label="Stories of Resilience"],
[aria-label="Finding Moments of Joy"],
[aria-label="Podcasts"],
[aria-label="Shows to try"],
[aria-label="New episodes"],
[aria-label="Comedy hour"],
[aria-label="Get inspired"],
[aria-label="Get creative"],
[aria-label="Thrillers"],
[aria-label="Shows you might like"],
[aria-label="Episodes for you"],
[aria-label="Your top shows"],
[aria-label="Stimulate your mind"],
[aria-label="See beyond the headlines"],
[aria-label="Find an edge"],
[aria-label="Grow & improve"],
[aria-label="15 minutes or less shows"],
[aria-label="The Best of 2020"],
[aria-label="The Top Tracks & Artists of 2020"],
[aria-label="The Top Podcasts of 2020"],
[aria-label="A Look Back at 2020"],
[aria-label="Salut, România! Ascultă noile playlisturi locale."],
[aria-label="Popular artists"],
[aria-label="Happy"],
[aria-label="Sad"],
[aria-label="Chill"],
[aria-label="Soundtrack your home"] {
display: none!important;
}
}