Skip to content
/ wack Public

The extension to help you when you badly don't want to mess up your wordle streak

License

Notifications You must be signed in to change notification settings

sr2echa/wack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wack Icon

~W̵o̵r̵d̵l̵e̵ ̵H̵a̵x̵k̵ ~
Your last resort in woordle to maintain your woordle win streak


📥 Installation

Developer Mode Installation Instructions

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).

How to use

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

Install via bookmarks

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)