Skip to content

Instantly share code, notes, and snippets.

@rdapaz
Created August 16, 2023 16:03
Show Gist options
  • Save rdapaz/77369ecf8f3425fb39d32fa4eefbdd5e to your computer and use it in GitHub Desktop.
Save rdapaz/77369ecf8f3425fb39d32fa4eefbdd5e to your computer and use it in GitHub Desktop.
Download all files from Humble Bundle

Click on ... at the top of the browser Window on the left Select developer tools Go to console and type the following:

let zz = 0;
$('.flexbtn').children('a').each(function() {
setTimeout(() => { $(this).click(); }, zz);
zz += 1500;
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment