Bandcamp music player with a queue.
I also made a Firefox extension that adds "Enqueue in BC Player" context menu action so you can add albums to your listening queue directly from the Bandcamp feed page:
ext.webm
You can download the extension here: bc-player-helper.xpi.
Bandcamp doesn't let you play multiple albums in a queue. I didn't like it, so I fixed the problem the only way I know: with some good ol' HTML, CSS and JS.
https://corsproxy.io/ is used to fetch pages directly from Bandcamp: they claim to store no logs.
BC Player only stores data in your browser's session storage.
I see this project as feature-complete. I will mostly focus on fixing bugs, but might add a thing or two occasionally.
If you are willing to contribute to the project, be my guest! Make forks, implement features, make pull requests.