Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 725 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 725 Bytes

Spelling bee solver

Instructions

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.

Features

  1. Auto-detect spellings
  2. Auto-type

Note

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.

License

MIT License