Advertisement
22lblevins

Wordle Cheats

Mar 2nd, 2022 (edited)
271
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. javascript:function type(word){for(let e=0;e<word.length;e++)document.dispatchEvent(new KeyboardEvent("keydown",{key:word.charAt(e)}));}var l=window.location.href;if(l=="https://engaging-data.com/wordguessr-wordle/"){alert(document.getElementById("vizframe").contentWindow.word);}if(l=="https://www.wordleunlimited.com/"){type(atob(document.querySelector(".game-id").childNodes[1].textContent).toLowerCase());}if(l=="https://www.nytimes.com/games/wordle/index.html"){function getGameState(){return!!localStorage["nyt-wordle-state"]&&JSON.parse(localStorage["nyt-wordle-state"])}function getWord(){return getGameState().solution}alert(getWord());}if(l=="https://wordlegame.org/"){type(document.getElementsByClassName("definition")[0].href.split("?q=")[1].split("+def")[0]);}
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement