Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- 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