Skip to content

Instantly share code, notes, and snippets.

@dschep
Last active February 11, 2022 15:00
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 dschep/d006de10bceec3dbbc85c0229b532251 to your computer and use it in GitHub Desktop.
Save dschep/d006de10bceec3dbbc85c0229b532251 to your computer and use it in GitHub Desktop.
Solve Wordle
javascript:JSON.parse(window.localStorage.getItem('nyt-wordle-state')).solution.split('').concat(['Enter']).map(key=>window.dispatchEvent(new KeyboardEvent('keydown',{key})))&&undefined;
@dschep
Copy link
Author

dschep commented Feb 11, 2022

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment