Skip to content

Instantly share code, notes, and snippets.

@apnerve
Last active January 22, 2022 07:35
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save apnerve/8fff193dbc1d00afbeacdadd46f5cd2e to your computer and use it in GitHub Desktop.
Save apnerve/8fff193dbc1d00afbeacdadd46f5cd2e to your computer and use it in GitHub Desktop.
A Chrome bookmarklet to cheat in wordle by tweeting the stats. #bookmarklet
javascript:(function() {localStorage.setItem("gameState",JSON.stringify({"gameStatus":"WIN","rowIndex":1,"boardState":["loser","","","","",""],"evaluations":[["correct","correct","correct","correct","correct"],null,null,null,null,null],"lastPlayedTs":Date.now()}));location.reload()})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment