您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
众生平等!!!!!!
// ==UserScript== // @name 哔哩哔哩新老用户众生平等(大家都是金色!) // @version 2024-06-28 // @description 众生平等!!!!!! // @namespace joudermin.github.io // @author JouderMin // @match *://*.bilibili.com/* // @match *://*.bilibili.com // @icon https://www.google.com/s2/favicons?sz=64&domain=bilibili.com // @run-at document-end // @license CC0-1.0 // @grant GM_addStyle // ==/UserScript== (function() { 'use strict'; // Your code here... GM_addStyle(".user-name, .sub-user-name, .bili-dyn-title__text, .nickname-item{background-clip: text; -webkit-text-fill-color: transparent; background-image: linear-gradient(to right top, rgb(203, 121, 25) 0%, rgb(230, 167, 91) 50%, rgb(233, 189, 103) 100%);}") })();