哔哩哔哩屏蔽直播间2233娘

屏蔽live2d 个人用的 代码就一行

// ==UserScript==
// @name         哔哩哔哩屏蔽直播间2233娘
// @namespace    哔哩哔哩屏蔽直播间live2D
// @version      0.3
// @license MIT License
// @description  屏蔽live2d 个人用的 代码就一行
// @author       You
// @match        https://live.bilibili.com/*
// ==/UserScript==

(function() {
    'use strict';
    document.getElementById("my-dear-haruna-vm").style.display="none"
    // Your code here...
})();