Skip to content

Instantly share code, notes, and snippets.

@oliverbooth
Last active August 29, 2015 14:17
Show Gist options
  • Select an option

  • Save oliverbooth/51e1f00da43c01a613de to your computer and use it in GitHub Desktop.

Select an option

Save oliverbooth/51e1f00da43c01a613de to your computer and use it in GitHub Desktop.
Instantly Win Google Feud
/* 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