Skip to content

Instantly share code, notes, and snippets.

View Gtd232's full-sized avatar
🙏
Working on Future

James Yu Gtd232

🙏
Working on Future
View GitHub Profile
// ==UserScript==
// @name CCW Comment Annotator + Export
// @namespace https://ccw.site/
// @version 0.2
// @description 在评论旁标注“正常/坏”,并支持一键导出 JSONL
// @author ChatGPT
// @match https://*.ccw.site/*
// @grant none
// ==/UserScript==
// ==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==