哔哩哔哩直播网页全屏

B站直播网页全屏播放,隐藏弹幕发言,切换原画

// ==UserScript==
// @name        哔哩哔哩直播网页全屏
// @namespace   https://greasyfork.org/zh-CN/users/1066116-shuye-island
// @match       https://live.bilibili.com/
// @grant       none
// @version     1.1
// @author      -
// @description B站直播网页全屏播放,隐藏弹幕发言,切换原画
// ==/UserScript==


(function() {
  var css = '{display:none !important;height:0 !important}';

  css += '.avatar-btn{display:none !important;}';//右侧“直播姬”
})();