#Want to hide the New Playlist button in the right click menu in Add to Playlist

1 messages · Page 1 of 1 (latest)

stray goblet
#

Hello !
Not sure if that's the right place and / or tag but that's the best I can see so sorry if it should be something / somewhere else
As stated in the title, I wanna hide the New Playlist button in the right click menu
There's already a button on the right to do it, I never use this one and it's more annoying than anything else when I missclick on it while adding music to my already existing playlists
So could someone help me hide it if possible as I'm new to Spicetify even if I have some notions in HTML/CSS ?

pseudo moth
#

Original Spotify

button.wC9sIed7pfp47wZbmU6m.NmbeQabkSLXf0mTAhSLl:first-child:not([aria-disabled="false"]) {
    display: none;
}
#

or for Spicetify (new snippets)

button.main-contextMenu-menuItemButton.main-contextMenu-dividerAfter:first-child:not([aria-disabled="false"]) {
    display: none;
}

checked only in 1.2.1.968

stray goblet
pseudo moth
#

Spicetify installed?

stray goblet
#

Yep

pseudo moth
#

then just create new snippets