// ==UserScript== // @name Bandcamp Downloader // @namespace https://github.com/whqwert/userscripts // @version 1.1.0 // @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/whqwert/userscripts/issues // @license MIT // @grant GM_download // @downloadURL none // ==/UserScript== (function () { 'use strict'; const isMobile = document.getElementsByClassName('webkit').length; const table = document.querySelectorAll('#track_table > tbody > tr'); const adata = unsafeWindow.TralbumData; if (!adata) return; const albutton = document.querySelector( isMobile ? '.main-button' : '.share-collect-controls > ul' ); const downloadButtonHTML = isMobile ? `