Skip to content

Instantly share code, notes, and snippets.

// ==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);