Skip to content

Instantly share code, notes, and snippets.

@overestimate
Last active February 4, 2022 19:08
Show Gist options
  • Save overestimate/a26ac62a5a834baa071830ad7033073d to your computer and use it in GitHub Desktop.
Save overestimate/a26ac62a5a834baa071830ad7033073d to your computer and use it in GitHub Desktop.
wordle solution bookmarklet

Open the link below and bookmark the link there. Click the bookmark while wordle is open to get the solution. data:text/html;base64,PGEgaHJlZj0namF2YXNjcmlwdDphbGVydChgU29sdXRpb24gaXM6ICR7SlNPTi5wYXJzZShsb2NhbFN0b3JhZ2UuZ2FtZVN0YXRlKS5zb2x1dGlvbn1gKSc+R2V0IFdvcmRsZSBTb2x1dGlvbjwvYT4= (MAY NOT WORK)

Alternatively, head to the link below while wordle is open in the same tab to get the solution. javascript:alert(`Solution is: ${JSON.parse(localStorage.gameState).solution}`)

<a href='javascript:alert(`Solution is: ${JSON.parse(localStorage.gameState).solution}`)'>Get Wordle Solution</a>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment