diff --git a/README.md b/README.md index ad7bb58..fbc1b93 100644 --- a/README.md +++ b/README.md @@ -2,7 +2,7 @@ Janny (S)killers Captcha Solver (JKCS) ======================== Tired of solving captchas all day? Don't want carpal tunnel syndrome young? Have dyslexia? Then skill jannies by auto-solving captchas! -This is a fork of https://github.com/AUTOMATIC1111/4chan-captcha-solver +This is a fork of https://github.com/AUTOMATIC1111/4chan-captcha-solver that focuses on optimized performance. From testing JKCS is objectively faster than AUTOMATIC1111's userscript version, almost instantanous solving on both Chromium and Firefox. This project uses [PNPM](https://pnpm.io/) for package management. diff --git a/package.json b/package.json index a1d77b7..ac9bd89 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,6 @@ "@tensorflow/tfjs": "^3.19.0" }, "devDependencies": { - "@types/tampermonkey": "^4.0.5", "@typescript-eslint/eslint-plugin": "^5.32.0", "crx": "^5.0.1", "esbuild": "^0.14.53",