Skip to content

Instantly share code, notes, and snippets.

View vician's full-sized avatar

Martin Vician vician

View GitHub Profile
var str=""; document.querySelectorAll("a[href*='dl.humble.com']").forEach(link => str += (`wget "${link.href}" -O "${link.href.replace('https://dl.humble.com/', '').replace(/\?.*/, '')}"; `)); console.dir(str)