A chrome extension which auto-fills the captcha in moodle and internal website webmail of IIT Delhi.
This has not been uploaded to chrome-web-store, hence to put this extension in your browser, follow the steps given below -
- Clone the repository as -
git clone https://github.com/techcentaur/Autofill-Moodle
. - Go to the url
chrome://extensions
or click upon >>> More Tools >>> Extensions. - Click on the 'Load Unpacked' button on the top and open the folder of the cloned repository.
- You can see a moodle icon at the extension-bar. Now, the script will automatically run when you visit the websites. Cheers!
This file is necessary for making the script run as a chrome extension, it essentially tells the detailed information like which script to run, which pop-up to made, which icon to display et cetra.
This file renders the captcha of moodle, solves it and then fill it on the website. You can also see its work in the console as -
This file renders the captcha of webmail and solves it. There are some internal code lines which can output the communication channel when uncomments, which otherwise are redundant.
Found a bug or have a suggestion? Feel free to create an issue or make a pull request!
If you are one of the developers of these websites, try to make the captcha more challenging.