This repository contains a userscript designed to auto login the SJCE WiFi login page whenever opened. Follow the instructions below to get started.
NOTE: For more enhanced experience, set your browser's default startup page to http://10.24.1.1:8090
-
Install Tampermonkey: If you haven't already, you need to install the Tampermonkey browser extension. You can find it for various browsers:
-
Install the Script: Click Here and Press Install.
-
Add your credentials in the installed script: Go to tapermonkey, press dashboard select the script and update your credentials
var username = "your-username"; var password = "your-password";
NOTE: Your credentials are stored in your personal device only.
-
Enable the Script: Enable the script by clicking the switch next to the script name in the Tampermonkey Dashboard.
NOTE: For added functionality, set your browser's default startup page to http://10.24.1.1:8090
If you have any suggestions, bug reports, or want to contribute to this userscript, feel free to create issues or pull requests in this GitHub repository.
This project is licensed under the MIT License.