Quick/easy dark mode for bandcamp profiles (collections, wishlists, etc)
Bandcamp Profile DarkMode by catsnsnacks
Details
Authorcatsnsnacks
LicenseNo License
Categorybandcamp
Created
Updated
Size790 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Bandcamp profile dark mode
@namespace bandcamp.com
@version 1.0.0
@description Bandcamp profile dark mode
@author CatsNSnacks
==/UserStyle== */
@-moz-document regexp("(https:\\/\\/bandcamp\\.com)\\/([a-z0-9_\\.-]+)\\/(wishlist)"), regexp("(https:\\/\\/bandcamp\\.com)\\/([a-z0-9_\\.-]+)\\/(followers)"), regexp("(https:\\/\\/bandcamp\\.com)\\/([a-z0-9_\\.-]+)\\/(following)\\/([a-z0-9_\\.-]+)"), regexp("(https:\\/\\/bandcamp\\.com)\\/([a-z0-9_\\.-]+)") {
.top, #pgBd, .carousel-player-inner, .progress-bar{background:#050505 !important}
#grids, #grid-tabs-sticky{background:#151515 !important}
.top a, h1{color:#cccccc !important}
a, .tab-title{color:#cccccc !important}
.active .tab-title {color:#6699ff !important}
}