Last active
February 11, 2022 15:00
-
-
Save dschep/d006de10bceec3dbbc85c0229b532251 to your computer and use it in GitHub Desktop.
Solve Wordle
This file contains 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
javascript:JSON.parse(window.localStorage.getItem('nyt-wordle-state')).solution.split('').concat(['Enter']).map(key=>window.dispatchEvent(new KeyboardEvent('keydown',{key})))&&undefined; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Easy install with GistMarklets https://dschep.github.io/GistMarklets/#d006de10bceec3dbbc85c0229b532251