白桃 (@baitao) 在 不就是种子用户的特效,全部都给我用上!!!! 中发帖
// ==UserScript==
// @name User Title Holographic Accent
// @version 0.1
// @description Apply holographic gradient to seed and active user titles
// @author Generated by Codex,没看错就是codex写的
// @match https://linux.do/*
// @grant GM_addStyle
// ==/UserScript==
(function () {
'use strict';
const css = `
span[class*="user-title--"] {
background: linear-...