The captcha solver made by and for japanese high school girls!
Go to file
2022-08-03 16:14:06 -04:00
chrome Transition from CPU backend to WASM backend 2022-08-03 15:50:20 -04:00
dist initial commit 2022-08-02 22:20:38 -04:00
firefox FF version was broke, somehow this fixes it. 2022-08-03 16:14:06 -04:00
src FF version was broke, somehow this fixes it. 2022-08-03 16:14:06 -04:00
.eslintignore Binarize the model cause Mozilla complained 2022-08-03 12:31:05 -04:00
.eslintrc.json initial commit 2022-08-02 22:20:38 -04:00
.gitignore Fix icons not showing up 2022-08-03 10:49:44 -04:00
.npmrc initial commit 2022-08-02 22:20:38 -04:00
1449696017588.png More prep for release 2022-08-02 23:25:20 -04:00
build-chrome.js Binarize the model cause Mozilla complained 2022-08-03 12:31:05 -04:00
build-ff.js AAAAAAAAAAAAAAAAAAAAAAAa 2022-08-03 12:54:07 -04:00
build.js initial commit 2022-08-02 22:20:38 -04:00
esbuild.inject.js initial commit 2022-08-02 22:20:38 -04:00
extheader.js initial commit 2022-08-02 22:20:38 -04:00
firefox_update.json FF version was broke, somehow this fixes it. 2022-08-03 16:14:06 -04:00
jkcs-0.20.xpi AAAAAAAAAAAAAAAAAAAAAAAa 2022-08-03 12:54:07 -04:00
jkcs-0.21.xpi Transition from CPU backend to WASM backend 2022-08-03 15:50:20 -04:00
jkcs-0.23.xpi FF version was broke, somehow this fixes it. 2022-08-03 16:14:06 -04:00
JKCS.meta.js initial commit 2022-08-02 22:20:38 -04:00
JKCS.user.js initial commit 2022-08-02 22:20:38 -04:00
LICENSE initial commit 2022-08-02 22:20:38 -04:00
logo.png More prep for release 2022-08-02 23:25:20 -04:00
package.json Transition from CPU backend to WASM backend 2022-08-03 15:50:20 -04:00
pnpm-lock.yaml Transition from CPU backend to WASM backend 2022-08-03 15:50:20 -04:00
README.md It's actually instant now thanks to WASM 2022-08-03 15:54:39 -04:00

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 that focuses on optimized performance. During testing JKCS has proven to be objectively faster than AUTOMATIC1111's userscript version, achieving instantanous captcha solving on both Chromium and Firefox.

This project uses PNPM for package management.

How to Install

Chromium

  • Download this repo and extract it somewhere
  • Type chrome://extensions in your address bar
  • Enable Developer Mode
  • Click on Load Unpacked
  • Select the chrome folder from the zip you extracted earlier.

Firefox

The Firefox extension is currently unsigned, which means you'll have to go into about:config and set xpinstall.signatures.required to false, then you can install the extension from the .xpi file in this repo like you normally would.