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 CCW Comment Annotator + Export | |
| // @namespace https://ccw.site/ | |
| // @version 0.2 | |
| // @description 在评论旁标注“正常/坏”,并支持一键导出 JSONL | |
| // @author ChatGPT | |
| // @match https://*.ccw.site/* | |
| // @grant none | |
| // ==/UserScript== |
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 CCW Auto‑Expand | |
| // @namespace ccw-auto-expand-857857857 | |
| // @version 0.1 | |
| // @description 自动展开评论 | |
| // @author 巴巴托斯 | |
| // @match https://*.ccw.site/* | |
| // @run-at document-end | |
| // @grant none | |
| // ==/UserScript== |
OlderNewer