Browse Source

Update README.md

pull/1/head
Araragi 2 years ago
parent
commit
dc25d500b1
  1. 2
      README.md
  2. 1
      package.json

2
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! 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. This project uses [PNPM](https://pnpm.io/) for package management.

1
package.json

@ -19,7 +19,6 @@
"@tensorflow/tfjs": "^3.19.0" "@tensorflow/tfjs": "^3.19.0"
}, },
"devDependencies": { "devDependencies": {
"@types/tampermonkey": "^4.0.5",
"@typescript-eslint/eslint-plugin": "^5.32.0", "@typescript-eslint/eslint-plugin": "^5.32.0",
"crx": "^5.0.1", "crx": "^5.0.1",
"esbuild": "^0.14.53", "esbuild": "^0.14.53",

Loading…
Cancel
Save