Created
October 23, 2010 21:37
-
-
Save paul/642727 to your computer and use it in GitHub Desktop.
Download everything you've bought on GOG.com
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
// Paste this into firebug | |
$("div.sh_o_i_row[onclick^='window.top.location']").each(function() { | |
var string = String(this.onclick); | |
href = string.match(/http:[^"]+/)[0]; | |
$(this).append("<a href=" + href + "/>"); | |
}); | |
// Then use downthemall to download everything on that page, filter with "/en/download" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment