Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kostas-from-cyber-space/4chan-captcha-solver
4chan captcha solver userscript
https://github.com/kostas-from-cyber-space/4chan-captcha-solver
Last synced: about 1 month ago
JSON representation
4chan captcha solver userscript
- Host: GitHub
- URL: https://github.com/kostas-from-cyber-space/4chan-captcha-solver
- Owner: kostas-from-cyber-space
- Created: 2021-07-08T21:35:07.000Z (over 3 years ago)
- Default Branch: slavepower
- Last Pushed: 2023-02-02T19:46:33.000Z (almost 2 years ago)
- Last Synced: 2024-08-01T21:56:18.734Z (5 months ago)
- Size: 20.4 MB
- Stars: 11
- Watchers: 1
- Forks: 9
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- starred - kostas-from-cyber-space/4chan-captcha-solver - 4chan captcha solver userscript (Others)
README
# 4chan-captcha-solver
4chan captcha solver userscriptAutomatically fills in the captcha when the captcha loads. If you get a slider captcha, the slider will be moved into position automatically. If the automatic slider detection is incorrect, you can move it yourself and press the "Solve" button to redo the solution with the new position.
No error handling in place - if solving fails, you can find the reason in js console.
I can't upload it to any userscript js site because of size. Most of the size is model weights.
#### 24.07.2022
- Built a new model trained on 4chan's new captcha with 5-6 characters, specks, lines, and more extra garbage scattered everywhere.
- Disabled some of tooltip debug functionality I imagine no one used.
- Changed the algorithm to not produce empty result wjhen the length of captcha output is not what we expected.
- Tested on Firefox with Violentmonkey.#### 11.07.2021
- Built a new model from scratch, without using a pretrained one, on 50k synthetic samples (as opposed to previous one trained on 400 images + their augmentations).![screenshot](./screenshot.png)