-
Nathan Micay β Industry OST -
Alex G β House of Sugar -
Jessamine β The Long Arm of Coincidence -
Young Widows β Easy Pain -
Stevenson β Sadboyz -
Stevenson β Lilnapp x Stevenson - Sadsummerdays -
BisbΓ’yΓ© β Synkronyk -
UKAEA β Energy Is Forever -
Ital Tek β Seraph -
Ulaan Janthina β Ulaan Janthina (Part II) -
jesu β Terminus -
Dead Melodies & Beyond the Ghost β Crier's Bane -
Randal Collier-Ford β Advent -
Martin StΓΌrtzer β Autumn Tapes -
Autumn Of Communion β Autumn Of Communion -
BLAKMOTH β Duality -
Transponder β Hyperion Gate -
Hiemal β Secluded Places : Part I -
Ana Roxanne β Because of a Flower -
Emily A. Sprague β Hill, Flower, Fog -
Horsegirl β Ballroom Dance Scene et cetera (best of Horsegirl) -
Grails β Black Tar Prophecies Vols. 4, 5, & 6 -
Palm β Rock Island -
Golden Python β Spitting God -
Aix Em Klemm β Aix Em Klemm -
Clifford/Zavoloka β Split 01 -
Bowery Electric β Beat -
Aidan Baker β There/Not There -
This Will Destroy You β New Others Part Two
Generating all these dang embeds
Step 1: Load a bandcamp page
Step 2: Run this thing in devtools
!function createEmbed(){
let $$ = (sel) => document.querySelector(sel);
let albumUrl = window.location.toString();
let albumId = JSON.parse(pagedata.dataset.blob).album_id;
let albumName = $$("#name-section .trackTitle").innerText;
let artistName = $$("#name-section h3 span a").innerText;
let size = "350px";
copy(`<iframe style="border: 0; width: ${size}; height: ${size};" src="https://bandcamp.com/EmbeddedPlayer/album=${albumId}/size=large/bgcol=333333/linkcol=0f91ff/minimal=true/transparent=true/" seamless></iframe><br/><a href="${albumUrl}">${artistName} β ${albumName}</a>`)
}()
Step 3: Now the embed code is in my clipboard