叔叔你喜欢搞荣耀等级勋章是吧,我这就去掉它

用来处理掉b站直播间新出的万恶的“荣耀勋章”

// ==UserScript==
// @name         叔叔你喜欢搞荣耀等级勋章是吧,我这就去掉它
// @version      1.0.0
// @author       ka7
// @namespace ka7
// @license       MIT
// @match        https://live.bilibili.com/*
// @icon         data:image/gif;base64,R0lGODlhAQABAAAAACH5BAEKAAEALAAAAAABAAEAAAICTAEAOw==
// @grant        GM_addStyle
// @run-at     document-start
// @description 用来处理掉b站直播间新出的万恶的“荣耀勋章”
// ==/UserScript==

(function() {
    'use strict';
  GM_addStyle ( `
    .wealth-medal {
          display:none !important;
          swidth: 0px  !important;
    }
    .wealth-medal-ctnr {
        display:none !important;
    }
` );
})();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址