Warning: fopen(/www/sites/update.greasyfork.icu/index/store/forever/856bc422ba24f7c51e7d09c5244aa9f1.js): failed to open stream: No space left on device in /www/sites/update.greasyfork.icu/index/scriptControl.php on line 65
// ==UserScript== // @name 自动联网 // @namespace http://handsomeone.com // @description 自动连接南京大学的网络接入系统 // @include http://p.nju.edu.cn/portal/index.html* // @version 1.01 // @grant none // @downloadURL none // ==/UserScript== f = function () { if (document.getElementsByClassName('login_div').length) { login_request() } else { setTimeout(f, 100) } } f()