I frequently buy books and comic books from HumbleBundle. It's kind of an obsession, whether I manage to read them all, or not.
I also like to use Motrix to manage downloading lots of files. HumbleBundle has a bulk download link which just fires off a ton of browser downloads, but I've found that sometimes using that features results in missing a download or two.
And clicking the download links one-by-one is boring.
I just want to get a list of download URLs so I can paste them into Motrix at once and have it manage downloading them.
So I wrote a quick snippet to paste into the browser developer tools to find all the download links on any given page and output them to the console so I can copy it.
Note: the URLs provided by HumbleBundle eventually expire, so don't hold on to the copied links too long without using them.
To use, simply change the file type you want in the second join (.epub, .mobi, .pdf, etc), then paste the link in your browsers developer tools.
The snippet can probably be modified to get rid of the first filter.
Enjoy!