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.

42 lines
1.8 KiB

# Joshi Koukousei Captcha Service - The captcha solver made by and for japanese high school girls!
[![Mozilla Add-on](https://img.shields.io/amo/v/jkcs?label=Firefox%20Add-on)](https://addons.mozilla.org/en-US/firefox/addon/jkcs/)
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!
2 years ago
2 years ago
## Screenshots
2 years ago
| ![auto-solving](showcase2.gif) |
|:--:|
|**JKCS in action**|
| ![manual-solving](showcase1.gif) |
|:--:|
|**JKCS in action — Solve button showcase**|
2 years ago
How to Build
==============
2 years ago
Install [NodeJS](https://nodejs.org/) if you haven't already, I personally use the latest version of Node (v18 at the time of writing) on Linux x64.
Install [PNPM](https://pnpm.io/)
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.
2 years ago
How to Install
==============
## Chromium
- [Download](https://git.coom.tech/araragi/JKCS/archive/master.zip) 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
2 years ago
Joshi Koukousei Captcha Service is available on the [Firefox AWO!](https://addons.mozilla.org/en-US/firefox/addon/jkcs/)
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.