白桃 (@baitao) 在 来吧,始皇想要的赛博社区 中发帖
那我就如愿了
油猴脚本
// ==UserScript==
// @name User Title Holographic Accent
// @version 0.1
// @description Apply holographic gradient to seed and active user titles
// @author 白桃,claude,codex的产物
// @match https://linux.do/*
// @grant GM_addStyle
// ==/UserScript==
(function () {
'use strict';
// ============================================
// 特效配置 Effec...