Skip to content

Instantly share code, notes, and snippets.

@intv0id
Created March 14, 2018 12:52
Show Gist options
  • Save intv0id/dfa5ebe4b14b0cc872abee02686cdc1d to your computer and use it in GitHub Desktop.
Save intv0id/dfa5ebe4b14b0cc872abee02686cdc1d to your computer and use it in GitHub Desktop.
[Download Humble Bundle] #HumbleBundle
$('a').each(function(i){
if ($.trim($(this).text()) == 'EPUB') { //Change EPUB to whatever you want
$(this).click();
}
});
@deadpahn
Copy link

Yasssssssss thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment