mirror of
https://github.com/danbulant/dribbblish-dynamic-theme
synced 2026-05-26 13:31:45 +00:00
17 lines
410 B
SCSS
17 lines
410 B
SCSS
#main[hide-ads="true"] {
|
|
/* Remove upgrade button*/
|
|
.main-topBar-UpgradeButton {
|
|
display: none;
|
|
}
|
|
|
|
/* Remove upgrade to premium button in user menu */
|
|
.main-contextMenu-menuItemButton[href="https://www.spotify.com/premium/"]
|
|
{
|
|
display: none;
|
|
}
|
|
|
|
/* Remove ad placeholder in main screen */
|
|
.main-leaderboardComponent-container {
|
|
display: none;
|
|
}
|
|
}
|