A friend showed me “http://sporcle.com/” recently and I thought “great yet another site I am going to get addicted to”, so I decided to remedy that problem with a little bit of javascript this code will automatically complete nearly all the games on Sporcle:
First open a game on Sporcle (ex: http://www.sporcle.com/games/world.php) and then:
either drop this in your URL bar and hit enter
1 | javascript:startGame(1); for (var i=0;i<answers.length;i++) { document.getElementById("gameinput").value = getAnswer(i);checkGameInput(document.getElementById("gameinput")); } |
or drag this onto your bookmark bar for quick hacking! (goto a game on Sporcle and click the bookmark): Sporcle Hack
Google+


