This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // ==UserScript== | |
| // @name SkillRack Math Captcha Solver | |
| // @namespace http://tampermonkey.net/ | |
| // @version 0.6 | |
| // @description Solves Math Captcha on the SkillRack website using Tesseract.js. | |
| // @author Bit-Blazer | |
| // @license GNU GPLv3 | |
| // @match https://www.skillrack.com/faces/candidate/codeprogram.xhtml | |
| // @match https://www.skillrack.com/faces/candidate/tutorprogram.xhtml | |
| // @icon https://envs.sh/GiG.png |