Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 929 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 929 Bytes

Crossword Scraper

GitHub Workflow Status

Browser extension which downloads crosswords from crossword applets for offline solving.

Install

Development

Crossword Scraper is built on Kotlin/JS. To build and run the extension locally, run:

./gradlew developmentChromeExtension

then install the extension from the build/extension/developmentChrome directory.

Replace "Chrome" with "Firefox" for use with Firefox.

Most of the actual puzzle format conversion uses the kotwords library.