A list of tutorials on how to upload & get direct mp3 link on some websites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){Campaign.handouts.forEach(h => {if(confirm(h.attributes.name)) h.destroy()})})() |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(async () => { | |
const pAjaxLoad = url => { | |
const oReq = new XMLHttpRequest(); | |
return new Promise((resolve, reject) => { | |
oReq.open("GET", url, true); | |
oReq.responseType = "arraybuffer"; | |
oReq.onload = () => resolve({buff: oReq.response}); | |
oReq.onerror = (e) => reject(new Error(`Error during request: ${e}`)); | |
oReq.send(); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
copy(Jukebox.playlist.filter(it => it.attributes.source === "Fanburst").map(it => `https://api.fanburst.com/tracks/${it.attributes.track_id}/stream?client_id=0fc1df8b-40a4-4391-b0f7-d0257edb6634`).join("\n")); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(function(){ | |
while(Jukebox.playlist.length) { | |
Jukebox.playlist.models[0].destroy(); | |
} | |
d20.Campaign.save({jukeboxfolder: ""}); | |
})(); |
A list of tutorials on how to upload & get direct mp3 link on some websites.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(async () => { | |
const pAjaxLoad = url => { | |
const oReq = new XMLHttpRequest(); | |
return new Promise((resolve, reject) => { | |
oReq.open("GET", url, true); | |
oReq.responseType = "arraybuffer"; | |
oReq.onload = () => resolve({buff: oReq.response}); | |
oReq.onerror = (e) => reject(new Error(`Error during request: ${e}`)); | |
oReq.send(); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
(async () => { | |
const pAjaxLoad = url => { | |
const oReq = new XMLHttpRequest(); | |
return new Promise((resolve, reject) => { | |
oReq.open("GET", url, true); | |
oReq.responseType = "arraybuffer"; | |
oReq.onload = () => resolve({buff: oReq.response}); | |
oReq.onerror = (e) => reject(new Error(`Error during request: ${e}`)); | |
oReq.send(); | |
}); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{"year_len":365,"events":1,"n_months":17,"months":["Hammer","Midwinter","Alturiak","cHES","Tarsakh","Greengrass","Mirtul","Kythorn","Flamerule","Midsummer","Shieldmeet","Eleasis","Eleint","Harvenstide","Marpenoth","Uktar","Nightal"],"month_len":{"Hammer":30,"Midwinter":1,"Alturiak":30,"cHES":30,"Tarsakh":30,"Greengrass":1,"Mirtul":30,"Kythorn":30,"Flamerule":30,"Midsummer":1,"Shieldmeet":1,"Eleasis":30,"Eleint":30,"Harvenstide":1,"Marpenoth":30,"Uktar":30,"Nightal":30},"week_len":10,"weekdays":["1","2","3","4","5","6","7","8","9","10"],"n_moons":1,"moons":["Selune"],"lunar_cyc":{"Selune":30},"lunar_shf":{"Selune":0},"year":1492,"first_day":0,"notes":{}} |