Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 1) Go here : http://www.desura.com/collection
- 2) Open the console dev (ctrl+maj+J on chrome) and paste this in the console (at the bottom, click on on the dev panel then on echap if there is no text field at the bottom, if you have trouble, search on internet how console work).
- keysList = $.find("a[href$='/keys/']");
- keysList.forEach(function(a,i){setTimeout(function(a){$("body").append('<iframe src="'+a.href+'" width="90%" height="500px"></iframe><br />');},i*500,a);});
- 3) Wait until all key are loaded
- 4) scroll down and request key if not already done (if there is lots of key for one game, there will not all be shown, drag with middle mouse button to show the rest)
- 5) CTRL+S and change in the list to save everything. Save in a folder.
- 6) Try to oppen the saved html to see if it worked.
Advertisement
Add Comment
Please, Sign In to add comment