Skip to content

Block Spotify sponsored playlists by blk020

Screenshot of Block Spotify sponsored playlists

Details

Authorblk020

LicenseNO-REDISTRIBUTION

Categoryspotify

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

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="*"] where * is the row title

TIP1: You can add the same rules to the desktop app by editing xpui.css (inside xpui.spa)
TIP2: Remove "show" and "episodes" from these {types:"album,playlist,artist,show,station,episode"} by editing xpui.js (inside xpui.spa) to remove them from the desktop app

Notes

Userstyle doesn't have notes.

Source code

/* ==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;
}
}

Reviews

No reviews yet.