Bandcamp Collector 的评价
Bandcamp Collector 作者: merlin04
Einherjar 的评价
评分 5 / 5
来自 Einherjar,2 年前This is a great extension! Must have for huge collections.
It would be really great to have an option to add all the albums of your collection at the same time.
Adding albums one by one can be very tedious.
It would be really great to have an option to add all the albums of your collection at the same time.
Adding albums one by one can be very tedious.
开发者回应
发布于 2 年前Thanks so much! That's good feedback, I'm not maintaining the extension much anymore but as a temporary solution you could use the import URLs function to bulk import them, and you can run this JS code in the browser console on your collection page (once you've scrolled all the way down to show all the albums) to get a list you can copy-paste into that dialog: console.log(Array.from(document.querySelectorAll(".collection-item-container a.item-link[href]")).map(n=>n.href).join("\n"))
1 条评价
目前尚无评价