您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
try to take over the world!
当前为
// ==UserScript== // @name 自动评教 // @namespace http://tampermonkey.net/ // @version 1.0 // @description try to take over the world! // @author mountainguan // @match http://jwc.dgut.edu.cn/jyk/student.asp* // @grant none // ==/UserScript== var dododo = function(){ var selectlist = ['a1_0','a2_2','a3_2','a4_0','a5_2','a6_2','a7_0','a8_2','a9_0','a10_2','a11_0','a12_0','a13_1','a14_1','a15_0']; //选项 for(var i=0;i < selectlist.length;i++){ document.getElementById(selectlist[i]).checked=true; } document.getElementsByName("aSug1")[0].innerHTML="没有"; document.getElementsByName("aSug2")[0].innerHTML="没有"; $("input[name='submit']").trigger("click"); }; if(window.location.pathname=="/jyk/student.asp"){ if(window.location.href=="http://jwc.dgut.edu.cn/jyk/student.asp"){ window.location = "http://jwc.dgut.edu.cn/jyk/student.asp?s=4"; } //进入第一个界面 else if(window.location.search=="?s=4"){ ////进入第二个界面 var orderlink = $("form[name='kclist'] a")[0].href; if( $("form[name='kclist'] a")[0].onclick=="null"){ window.location =$("form[name='kclist'] a")[0].href; } else { window.location =$("form[name='kclist'] a")[1].href; } } else{ /***开始评教***/ dododo(); } }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址