适用于江理学子,自动关闭校园网拨号时弹出的运营商页面

适用于江理学子

// ==UserScript==
// @name         适用于江理学子,自动关闭校园网拨号时弹出的运营商页面
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  适用于江理学子
// @author       You
// @match        http://172.22.255.37:8080/Self/html/instructions.html
// @match        http://172.22.255.35/*
// @match        http://www.msftconnecttest.com/redirect
// @grant        none
// ==/UserScript==

window.close();