Last active
March 6, 2017 02:59
-
-
Save EliteMasterEric/7ec6b093f414d025551c to your computer and use it in GitHub Desktop.
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 AutoLogin | |
| // @namespace MasterEric | |
| // @include http://1.1.1.1/login.html* | |
| // @description Automatically login to OCSGuest. | |
| // @version 1 | |
| // @grant none | |
| // ==/UserScript== | |
| setTimeout(function() { submitAction(); }, 1000); |
Author
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Script to Auto Login to OCSGuest.
If you have the GreaseMonkey plugin installed, simply click the "Raw" button. GreaseMonkey will automatically detect the script and prompt you to install it.