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 BlueSocket Autologin | |
| // @description Automatically enters your credentials and logs you into a BlueSocket managed wifi network. | |
| // @include https://wireless*.cns.ohiou.edu/login.pl* | |
| // ==/UserScript== | |
| var blueSocketUserName = GM_getValue("blueSocketUserName", false); | |
| var blueSocketPass = GM_getValue("blueSocketPass"); | |
| var autoLogin = false //GM_getValue("autoLogin", true); |