// ==UserScript== // @name 评教小助手 - scut.edu.cn // @namespace Violentmonkey Scripts // @match *://*.scut.edu.cn/jwglxt/xspjgl/xspj_cxXspjIndex* // @grant none // @version 1.4 // @author 胖次 // @description 自动评教小工具。代码很烂。请仔细检查生成的评教内容,本人不对使用此工具评教造成的任何后果负责。2021/6/19上午9:30:01 // @homepageURL https://greasyfork.org/zh-CN/scripts/428160-%E8%AF%84%E6%95%99%E5%B0%8F%E5%8A%A9%E6%89%8B-scut-edu-cn // @downloadURL https://update.greasyfork.icu/scripts/428160/%E8%AF%84%E6%95%99%E5%B0%8F%E5%8A%A9%E6%89%8B%20-%20scuteducn.user.js // @updateURL https://update.greasyfork.icu/scripts/428160/%E8%AF%84%E6%95%99%E5%B0%8F%E5%8A%A9%E6%89%8B%20-%20scuteducn.meta.js // ==/UserScript== window.onload = function(){ //绑定已阅读点击事件 $("#btn_yd").prop("disabled",false).addClass("btn-primary").unbind().click(function(){ //全局文档添加参数 $(document).data("offDetails","1"); //加载功能主页:且添加不再进入提示信息页面的标记字段 onClickMenu.call(this,'/xspjgl/xspj_cxXspjIndex.html?doType=details','N401605',{"offDetails":"1"}); }); } h = document.getElementsByClassName("navbar-header")[0]; var btn=document.createElement("button"); btn.innerHTML = "全选完全同意和同意"; btn.onclick = function(){ t = document.getElementsByClassName("form-group"); for(i=0; i