A JavaScript program that can solve the iLMS captcha.
The answer of captcha will fill in automatically. The calculation should be done as soon as the captcha image is loaded.
- Install an open source Userscripts Editor via Mac App Store.
- Create a new JavaScript.
- Copy and paste
iLMS.js
. - Hit the "save" buttom.
- Open an iLMS login page to check result.
- Install an open source Code Injector via Web Store.
- Add rule.
- Fill in the URL pattern with somthing like
*://lms.*.edu.tw/login_page.php*
or*://ilms.*.edu.tw/login_page.php*
. - Copy and paste
iLMS.js
. - Hit the "save" button.
- Open an iLMS login page to check result.