Created
March 14, 2018 12:52
-
-
Save intv0id/dfa5ebe4b14b0cc872abee02686cdc1d to your computer and use it in GitHub Desktop.
[Download Humble Bundle] #HumbleBundle
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$('a').each(function(i){ | |
if ($.trim($(this).text()) == 'EPUB') { //Change EPUB to whatever you want | |
$(this).click(); | |
} | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Yasssssssss thank you!