Spelling bee solver
Paste the entire paste.js
into your browser console. You can open the console by pressing F12
.
Note: This script is only guaranteed to work on nytimes.com, spellbee.org, and spellsbee.com. Do not use this script if it violates the terms of service of the websites you run it on.
- Auto-detect spellings
- Auto-type
This script fetches the dictionary from a popular repo: https://raw.githubusercontent.com/words/an-array-of-english-words/refs/heads/master/index.json
I have no control over this repo, and you should always check if it contains the actual word list file as it might get replaced by malicious code.
MIT License