Skip to content

Clean Up Spotify by mfluehr

Details

Authormfluehr

LicenseNo License

Categoryhttps://open.spotify.com/

Created

Updated

Size394 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Remove annoying content from Spotify

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Clean Up Spotify
@namespace      github.com/openstyles/stylus
@version        1.0.1
@description    Remove annoying content from Spotify
@author         Me
==/UserStyle== */

@-moz-document domain("open.spotify.com") {
    [aria-label=Advertisement],
    [aria-label^=Browse],
    [aria-label^=Desert],
    [aria-label^=Popular] {
        display: none;
    }
}

Reviews

No reviews yet.