Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions resources/snippets.json
Original file line number Diff line number Diff line change
Expand Up @@ -472,5 +472,11 @@
"description": "Remove all extra elements from now playing bar except song details",
"code": ".main-nowPlayingView-section{ display:none; } .main-nowPlayingView-aboutArtistV2{ display:none; } .nw2W4ZMdICuBo08Tzxg9 { justify-content: center; height: 100%; width: 100%; } .Loading{ display:none !important; } .LoadingLyricsCard{ display:none !important; } .f6_Fu_ei4TIJWR0wzvTk{ display:none !important; }",
"preview": "resources/assets/snippets/declutter-now-playing-bar.png"
},
{
"title": "Remove the Artists and Credits sections from the Sidebar",
Comment thread
FoxyLoon marked this conversation as resolved.
"description": "It will only show the album cover and the next song",
Comment thread
FoxyLoon marked this conversation as resolved.
"code": ".nw2W4ZMdICuBo08Tzxg9 { justify-content: center; height: 100%; width: 100%; } .main-nowPlayingView-section:not(.main-nowPlayingView-queue) {display: none !important}",
"preview": "resources/assets/snippets/remove-the-artists-and-credits-sections-from-the-sidebar.png"
}
]