Greasy Fork is available in English.

Bandcamp download mp3s

Shows download links for the preview files on bandcamp albums

< Bandcamp download mp3sについてのフィードバック

レート:良 – スクリプトは良好に動作する

§
投稿日: 2021/04/05

If the webpage has no tracklist the script seems to fail.
I added the following code after line 143, which displays the download button next to the track title:

if (hoverdiv.length == 0){
  hoverdiv = document.querySelectorAll('h2.trackTitle')
}

(there is probably a better way doing this but I'm no js dev and this was just quickly thrown together)
Otherwise works without a problem

cuzi作者
§
投稿日: 2021/04/05

Thank you 👍 Looks fine to me, I added your code.

§
投稿日: 2021/04/05

Happy to help.

返信を投稿

返信を投稿するにはログインしてください。