From 1ffda20c185ed672c49cf5d61692e4a82bf89ef1 Mon Sep 17 00:00:00 2001 From: Araragi Date: Wed, 3 Aug 2022 00:41:27 -0400 Subject: [PATCH] Update README.md --- README.md | 2 +- package.json | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) 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",