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
| { | |
| "id": "nuaa2025", | |
| "name": "ICPC Nanjing R 2025", | |
| "description": "ICPC Asia Nanjing Regional 2025 Layout", | |
| "seatKey": "hostname", | |
| "normalize": "trim-upper", | |
| "default": true, | |
| "sections": [ | |
| { | |
| "id": "nuaa2025-gym", |
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 自动评教 | |
| // @namespace http://tampermonkey.net/ | |
| // @version 1.8 | |
| // @description 一次性拖动滑块并填写评价 | |
| // @author Caizi Jiangnan | |
| // @match https://ev.nuaa.edu.cn/* | |
| // @grant none | |
| // ==/UserScript== |