哔哩哔哩新老用户众生平等(大家都是金色!)

众生平等!!!!!!

// ==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%);}")
})();