A Chrome extension that enhances the NYT Crossword page with quality-of-life shortcuts.
- Pencil mode toggle —
Ctrl+P(Mac:Ctrl+P, Windows:Alt+P) - Alphabet cycling —
Ctrl+Atries each letter A-Z in the focused cell
- Go to
chrome://extensions, enable Developer Mode, and click "Load unpacked" on the repo root. - Edit
manifest.json/scripts/content.js/scripts/background.js, then click the extension's Reload button onchrome://extensions. - Test on an actual puzzle page (
https://www.nytimes.com/crosswords/game/...) — the content script only injects there. After reloading the extension, also reload the puzzle tab, since its content script becomes orphaned.
Contributions are always welcome!
- Fork the repo.
- Make and push your changes.
- Open a PR against
main.
- Remove 'How to Solve the New York Times Crossword' animation.