Skip to content

Instantly share code, notes, and snippets.

View skullvalanche's full-sized avatar

Skull skullvalanche

View GitHub Profile
@skullvalanche
skullvalanche / remove custom bandcamp theme.md
Created January 6, 2026 23:28
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