// ==UserScript== // @name 平顶山学院校园网登陆 // @namespace http://tampermonkey.net/ // @version 0.1 // @description try to take over the world! // @author 凌 // @match http://10.0.8.2/* // @grant none // @downloadURL none // ==/UserScript== (function() { document.querySelector("#username").value="校园网账号";//填写登陆账号 document.querySelector("#password").value="校园网密码";//填写登陆密码 document.querySelector("#login").click(); })();