Skip to content

Instantly share code, notes, and snippets.

@EliteMasterEric
Last active March 6, 2017 02:59
Show Gist options
  • Select an option

  • Save EliteMasterEric/7ec6b093f414d025551c to your computer and use it in GitHub Desktop.

Select an option

Save EliteMasterEric/7ec6b093f414d025551c to your computer and use it in GitHub Desktop.
// ==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);
@EliteMasterEric
Copy link
Copy Markdown
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment