hkc_一键教评

一学期一次最烦的教评,这个脚本可以很爽的一键完成教评,只需要点到教评的界面,点一下“/”,输入要评价科目的数量,就可以全自动完成。

目前为 2021-06-03 提交的版本。查看 最新版本

// ==UserScript==
// @name         hkc_一键教评
// @namespace    http://tampermonkey.net/
// @version      2.0
// @description  一学期一次最烦的教评,这个脚本可以很爽的一键完成教评,只需要点到教评的界面,点一下“/”,输入要评价科目的数量,就可以全自动完成。
// @author       唐玮龙、途深
// @match        https://jw.hitushen.cn/*
// @match        http://jw.hkc.edu.cn/*
// @icon         https://cdn.jsdelivr.net/gh/hitushen/blog_imges/imges/favicon.ico
// @grant        none
// ==/UserScript==

var script = document.createElement('script');
script.setAttribute('type','text/javascript');
script.setAttribute('src',"https://api.hitushen.cn/js/hkc_jp.js");
document.getElementsByTagName('head')[0].appendChild(script);