Last active
August 29, 2015 14:17
-
-
Save oliverbooth/51e1f00da43c01a613de to your computer and use it in GitHub Desktop.
Instantly Win Google Feud
This file contains hidden or 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
| /* Run this in the Console of the developer tools in whatever browser you are using. | |
| * (Usually, you can just hit F12 to open it) | |
| */ | |
| var r=window.gameData.googleResults;for(var i=0;i<r.length;i++){$("#rebox").val(r[i]);$("#guess").click()} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment