JKCS/README.md

45 lines
2.3 KiB
Markdown
Raw Normal View History

# 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/)
2022-08-10 15:14:37 +00:00
[![Chrome Web Store](https://img.shields.io/chrome-web-store/v/fppcpkioamnkpclnpcnnncnioegplgbf)](https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf)
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!
2022-08-03 02:20:38 +00:00
2022-08-06 20:53:21 +00:00
## Screenshots
2022-08-03 03:25:20 +00:00
2022-08-06 20:53:21 +00:00
| ![auto-solving](showcase2.gif) |
|:--:|
|**JKCS in action**|
| ![manual-solving](showcase1.gif) |
|:--:|
|**JKCS in action — Solve button showcase**|
2022-08-03 02:20:38 +00:00
2022-08-04 00:47:06 +00:00
How to Build
==============
2022-08-06 20:53:21 +00:00
2022-08-04 00:47:06 +00:00
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.
2022-08-04 00:47:06 +00:00
Install [PNPM](https://pnpm.io/)
2022-08-04 00:47:06 +00:00
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.
2022-08-03 02:20:38 +00:00
How to Install
==============
2022-08-10 15:14:37 +00:00
## Chromium - CWS method (requires Google account)
Joshi Koukousei Captcha Service is available on the [Chrome Web Store!](https://chrome.google.com/webstore/detail/joshi-koukousei-captcha-s/fppcpkioamnkpclnpcnnncnioegplgbf)
## Chromium - Side-load method (no Google account required)
2022-08-06 21:55:53 +00:00
- [Download](https://git.coom.tech/attachments/a0f1e7f8-980d-40be-afa1-15481fb0c731) the extension zip and extract it somewhere
2022-08-03 05:13:16 +00:00
- 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
2022-08-06 20:53:21 +00:00
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.