The captcha solver made by and for japanese high school girls!
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
MarkTwang 5c8207d85d Update 'README.md' 3 months ago
chrome fix preprocessing and shit 9 months ago
dist fix preprocessing and shit 9 months ago
firefox Fix icon size for real 2 years ago
model_gen dummy commit for fireshit 4 months ago
src use black spot model by moffatman 4 months ago
.eslintignore Binarize the model cause Mozilla complained 2 years ago
.eslintrc.json fix preprocessing and shit 9 months ago
.gitattributes initial commit 2 years ago
.gitignore Add screenshots 2 years ago
.npmrc initial commit 2 years ago
144.png fix preprocessing and shit 9 months ago
1449696017588.png fix icon size 2 years ago
HSXVW.png fix preprocessing and shit 9 months ago
JKCS.meta.js Add screenshots 2 years ago
JKCS.user.js kill firefox_update.json 2 years ago
LICENSE oops 2 2 years ago
README.md Update 'README.md' 3 months ago
a fix preprocessing and shit 9 months ago
b.png fix preprocessing and shit 9 months ago
build-chrome.js adjust webext build scripts 9 months ago
build-ff.js adjust webext build scripts 9 months ago
build.js Update Chromium buildscript, big updates 2 years ago
esbuild.inject.js initial commit 2 years ago
extheader.js Update Chromium buildscript, big updates 2 years ago
logo.png Fix icon size for real 2 years ago
package-lock.json fix preprocessing and shit 9 months ago
package.json fix preprocessing and shit 9 months ago
pnpm-lock.yaml Transition from CPU backend to WASM backend 2 years ago
showcase1.gif Add screenshots 2 years ago
showcase2.gif Add screenshots 2 years ago
tsconfig.json fix preprocessing and shit 9 months ago

README.md

Joshi Koukousei Captcha Service - The captcha solver made by and for japanese high school girls!

Edit, 01.13.2024: The addons work only partially. The development is on indefinite hiatus. Keep the above in mind before you install the addon or ask any questions.

Mozilla Add-on Chrome Web Store

Tired of solving captchas all day? Don't want carpal tunnel syndrome young? Have dyslexia? Then Joshi Koukousei's Captcha Service is here for you!

Screenshots

auto-solving
JKCS in action
manual-solving
JKCS in action — Solve button showcase

How to Install

Chromium - CWS method (requires Google account)

Joshi Koukousei Captcha Service is available on the Chrome Web Store!

Chromium - Side-load method (no Google account required)

  • Download the extension zip 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

Joshi Koukousei Captcha Service is available on the Firefox AWO!

How to Build

Be sure that git-lfs is installed or the extension will NOT work.

Install NodeJS if you haven't already, I personally use the latest version of Node (v18 at the time of writing) on Linux x64.

Install PNPM

Run pnpm install in this directory, then run pnpm run build_ff or pnpm run build_chrome depending on your browser of choice. build_ff will create an unsigned Firefox .xpi addon, while build_chrome will create an extension directory that can be side-loaded in Developer mode.

Acknowledgements

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.

License

MIT No Attribution

Copyright 2022 You

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

--- SUBLICENSE ---

Copyright (C) 2022 /cumg/

This program is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation; either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.

You should have received a copy of the GNU Lesser General Public License along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.