// ==UserScript== // @name Bandcamp Downloader // @namespace https://github.com/qwhert/userscripts // @version 1.0.3 // @description Adds a download link to songs on Bandcamp // @author whqwert // @match https://*.bandcamp.com/* // @icon https://s4.bcbits.com/img/favicon/favicon-32x32.png // @supportURL https://github.com/qwhert/userscripts/issues // @license MIT // @grant GM_download // @connect t4.bcbits.com // @run-at document-end // @downloadURL none // ==/UserScript== (function () { 'use strict'; const table = document.querySelectorAll('#track_table > tbody > tr'); const adata = unsafeWindow.TralbumData || false; if (adata) { const albutton = document.querySelector('.share-collect-controls > ul'); const downloadButtonHTML = `