Skip to content

Instantly share code, notes, and snippets.

@vician
Forked from helb/humble-books.js
Created May 17, 2018 12:25
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vician/f12c17a234cab48dc7e5e6dafc12df32 to your computer and use it in GitHub Desktop.
Save vician/f12c17a234cab48dc7e5e6dafc12df32 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