自动联网

自动连接南京大学的网络接入系统

目前為 2015-03-04 提交的版本,檢視 最新版本

// ==UserScript==
// @name        自动联网
// @namespace   http://handsomeone.com
// @description 自动连接南京大学的网络接入系统
// @include     http://p/portal/index.html*
// @version     1
// @grant       none
// ==/UserScript==
function () {
  if (document.getElementsByClassName('login_div').length) {
    login_request()
  }
  else {
    setTimeout(f, 100)
  }
}
f()

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址