Skip to content

Instantly share code, notes, and snippets.

@skullvalanche
Created January 6, 2026 23:28
Show Gist options
  • Select an option

  • Save skullvalanche/c13946aebfaaff487216029ffee0d747 to your computer and use it in GitHub Desktop.

Select an option

Save skullvalanche/c13946aebfaaff487216029ffee0d747 to your computer and use it in GitHub Desktop.
Bandcamp Custom Theme Remover Bookmarklet

Sometimes you encounter a bandcamp.com site that has the worst custom color scheme you've ever seen. It's not just ugly, you literally can't read the text because the colors are so poorly contrasting it makes you want to weep.

Well, weep no more. This bookmarklet will remove that custom theme and leave you with a blissfully legible page instead.

javascript:(function(){var%20el=document.getElementById('custom-design-rules-style');if(el){el.remove();}})();

How to install it

  1. Right-click your bookmarks bar and create a new bookmark.

  2. Name it something like "Remove Custom Bandcamp Style"

  3. In the URL (or Address) field, paste the javascript:... code from above.

  4. Save it.

  5. Browse to the worst custom bandcamp themed page you can find, then click your new bookmarklet. 🎉

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment