A Tampermonkey script that gives you Wordle hints
Screen.Recording.2022-01-29.at.12.59.37.PM.mov
- Install Tampermonkey on Chrome (it should also work with Greasemonkey on Firefox, but it's not tested)
- Import the script file from ./dist/wordle.userscript.js
- Go to Wordle and you should see the bo t in the top right corner
- Install node modules via
yarn install
ornpm install
- Run
yarn watch
(oryarn build
to only build once) - Load the development userscript into Tampermonkey from
./dist/wordle.userscript.local.js