昌意 柏 (@CycleBai) 在 自制秦主题, 为你的论坛添点秦味~ 中发帖
从发帖按钮更新了,更方便了,但是可以加入“秦”味继续讨论:
无聊, 遂做一个脚本主题, 会持续更新.
Powered by Claude
// ==UserScript==
// @name 秦主题 - LINUX DO
// @namespace https://cyclebai.me/
// @match https://linux.do/*
// @grant none
// @version 1.0
// @author Cycle Bai
// @description 12/11/2024, 8:16:36 PM
// ==/UserScript==
(function() {
'use strict';
// 修改创建主题按钮
let element = document.querySel...