Skip to content

Instantly share code, notes, and snippets.

@helb
Last active June 3, 2020 09:53
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save helb/fc326be114a225a2c408471bef890ee8 to your computer and use it in GitHub Desktop.
Save helb/fc326be114a225a2c408471bef890ee8 to your computer and use it in GitHub Desktop.
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)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment