https://github.com/LightQuantumArchive/jaccount-captcha-solver-webextension
A browser extension that solves jAccount captcha automatically.
https://github.com/LightQuantumArchive/jaccount-captcha-solver-webextension
browser-extension captcha captcha-solving jaccount jaccount-captcha-solver sjtu webextension
Last synced: about 1 year ago
JSON representation
A browser extension that solves jAccount captcha automatically.
- Host: GitHub
- URL: https://github.com/LightQuantumArchive/jaccount-captcha-solver-webextension
- Owner: LightQuantumArchive
- License: gpl-3.0
- Created: 2020-08-19T17:06:47.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2023-08-16T01:50:25.000Z (almost 3 years ago)
- Last Synced: 2025-03-17T19:22:01.782Z (about 1 year ago)
- Topics: browser-extension, captcha, captcha-solving, jaccount, jaccount-captcha-solver, sjtu, webextension
- Language: JavaScript
- Homepage:
- Size: 3.94 MB
- Stars: 8
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# jAccount Captcha Solver (WebExtension)
A browser extension which solves jAccount captcha automatically.
## Get Started
### Build the extension
You need to have 'pnpm' installed.
``` shell script
$ pnpm
$ pnpm build
$ pnpm package
```
Your unsigned extension is ready in 'dist' directory.
### Test your build
You may sideload the extension you just built, and go to [jAccount login page](https://i.sjtu.edu.cn/jaccountlogin).
If your build works, you will see the captcha filled by this extension automatically.
## License
This project is licensed under GNU General Public License v3.0 - see the [LICENSE.md](LICENSE.md) file for details.
—💖—
Built with love by LightQuantum


