Skip to content

Calm Simplified Spotify by kozv

Screenshot of Calm Simplified Spotify

Details

Authorkozv

LicenseNo License

Categoryspotify

Created

Updated

Code size2.6 kB

Code checksum9dbc9834

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Let's Hide Spotify's Algorithm feeds. I have already too many songs to listen. If I need, I'll disable this UserStyle and start gathering freash songs.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           spotify.com
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    I have too much song that I want to listen calmly. If I need, I'll disable this UserStyle and start gathering freash songs.
@author         vlzs
==/UserStyle== */
@-moz-document regexp("https://open.spotify.com/"), url-prefix("https://open.spotify.com/home") {
 /* Hide the row of Music videos for you*/
 section [aria-label="Music videos for you"],
 /* Hide the row of Made for (your name in here)*/
 section [aria-label^="Made For"],
 /* Hide the row of ecently played*/
 section [aria-label="Recently played"],
 /* Hide the row of New releases for you*/
 section [aria-label="New releases for you"],
 /* Hide the row of aria-label="Recommended for today"*/
 section [aria-label="Recommended for today"],
 /* Hide the row of Jump back in */
 section [aria-label="Jump back in"],
 /* Hide the row of 今週更新されたプレイリスト */
 section [aria-label="今週更新されたプレイリスト"],
 /* Hide the row of Album picks */
 section [aria-label="Album picks"],
 /* Hide the row of Discover picks for you */
 section [aria-label="Discover picks for you"],
 /* Hide the row of Top picks in new music */
 section [aria-label="Top picks in new music"],
 /* Hide the row of Album by artists you follow*/
 section [aria-label="Albums by artists you follow"],
 /* Hide the card in the bottom row of Home */
 section.SsbbQFeJun2Ts_EIktpr.QyANtc_r7ff_tqrf5Bvc.Shelf.MKCgGhu_c8l6hsVuee46
 {display:none}
}


@-moz-document url-prefix("https://open.spotify.com/") {
 /* Hide Artwork in Right Panel*/
/*  aside.NowPlayingView div:has(> [data-testid="track-visual-enhancement"]), */
 /* hide Related Music Videos in Right Panel*/
 aside.NowPlayingView .Ai_McRq9wJEYK21w8nX_.sa0TVR9kfqSfuwOqy9wE,
 /* hide Artist Bio in Right Panel */
 button[data-testid="npv-artist-bio-button"],
 /* hide Artwork in Queue*/
 [aria-label="Queue"] .vreceNX3ABcxyddeS83B.g3kBhX1E4EYEC2NFhhxG
 {display:none}
}

@-moz-document url-prefix("https://open.spotify.com/playlist/") {
 /* Insert code here... */
 /* hide Recommend */
 [data-testid="recommended-track"],
 /* hide Artwork in playlist */
 [data-testid="playlist-page"] [role="gridcell"] img,
 /* hide VIdeo button beside the Start button on Playlists */
 button[aria-label^="Explore"]
 {display:none}
}

@-moz-document url-prefix("https://open.spotify.com/album") {
 /* hide More by (artist name in here)*/
 [aria-label^="More by"],
 /* hide VIdeo button beside the Start button on Playlists */
 button[aria-label^="Explore"]
 {display:none}
}

Reviews

No reviews yet.