22lblevins

NYT Wordle

Mar 1st, 2022 (edited)
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:function getGameState(){return!!localStorage["nyt-wordle-state"]&&JSON.parse(localStorage["nyt-wordle-state"])}function getWord(){return getGameState().solution}alert(getWord());
Add Comment
Please, Sign In to add comment