diff --git a/.gitignore b/.gitignore index f1e3abd..293d2ad 100644 --- a/.gitignore +++ b/.gitignore @@ -3,7 +3,6 @@ node_modules *.c *~ *.jpg -*.gif *.exe *.cs *.out diff --git a/JKCS.meta.js b/JKCS.meta.js index 4770939..538dfd5 100644 --- a/JKCS.meta.js +++ b/JKCS.meta.js @@ -9,4 +9,4 @@ // @author /cumg/, formerly AUTOMATIC // @description The Janny Skillers Captcha Solver of choice // ==/UserScript== -const _DOMParser = DOMParser; +const _DOMParser = DOMParser diff --git a/README.md b/README.md index fdc1425..b617638 100644 --- a/README.md +++ b/README.md @@ -4,12 +4,19 @@ 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! -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. +## Screenshots -This project uses [PNPM](https://pnpm.io/) for package management. +| ![auto-solving](showcase2.gif) | +|:--:| +|**JKCS in action**| + +| ![manual-solving](showcase1.gif) | +|:--:| +|**JKCS in action — Solve button showcase**| How to Build ============== + 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/) @@ -27,4 +34,9 @@ How to Install - Select the `chrome` folder from the zip you extracted earlier. ## Firefox -Joshi Koukousei Captcha Service is available on the [Firefox AWO!](https://addons.mozilla.org/en-US/firefox/addon/jkcs/) \ No newline at end of file +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. \ No newline at end of file diff --git a/showcase1.gif b/showcase1.gif new file mode 100644 index 0000000..6b26fe0 Binary files /dev/null and b/showcase1.gif differ diff --git a/showcase2.gif b/showcase2.gif new file mode 100644 index 0000000..b5c5bec Binary files /dev/null and b/showcase2.gif differ