- Chrome Extension
Firefox Add-onSoon:tm:- Bookmark
Google Chrome / Microsoft Edge (or any Chromium-based browser)
1. Download this repo as a ZIP file from GitHub.
2. Unzip the file and you should have a folder named wack-master
.
3. In Chrome/Edge go to the extensions page (chrome://extensions
or edge://extensions
).
4. Enable Developer Mode.
5. Drag the twttr-master
folder anywhere on the page to import it (do not delete the folder afterwards).
Once installed, just click on the
wack
extention when in https://www.powerlanguage.co.uk/wordle/ page.
It will auto fill the solution and submit! :)
Wack.mp4
Make a bookmark with the following URL. When on the wordle page. Click the bookmark to get solution.
javascript:var state=localStorage.getItem("gameState");let convert = (state) => ((new Function( "return " + state) )());answer=convert(state).solution;function typeAnswer(x){window.dispatchEvent(new KeyboardEvent("keydown",x));};Array.from(answer).forEach(alphabet=>typeAnswer({key:alphabet}));typeAnswer({key:"Enter"});
This will work in all browsers (chromium/geko)
across all platforms (mobile/pc)