自动联网

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

目前为 2015-04-01 提交的版本。查看 最新版本

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

QingJ © 2025

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