This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name icourse163 作业一键自动互评 | |
// @namespace icourse163.auto.peerreview | |
// @version 2.1.0 | |
// @description 通过智能识别页面元素,在 icourse163 作业列表页自动点击“继续进行互评”;在评分页自动选最大分、填随机评语、自动提交并返回列表,实现全自动逐一处理。 | |
// @author hicancan | |
// @match https://www.icourse163.org/* | |
// @run-at document-end | |
// @grant GM_setValue | |
// @grant GM_getValue |