// ==UserScript== // @name 青苹果教务系统自动评教 // @namespace Anubis Ja // @version 0.1 // @description 针对“提交教学评价表”,自动选定全部为“优”,并提交 // @author Anubis Ja // @match *://*/jxkp/Stu_WSKP_pj.aspx* // @match *://*/jxkp/* // @require https://cdn.staticfile.org/jquery/1.7.2/jquery.min.js // @downloadURL none // ==/UserScript== $(document).ready(function(){ $("[djdm='01']").click(); setTimeout(function () { go_12735(); }, 500); })