bilibili直播隐藏弹幕
bilibili直播隐藏弹幕 by ankoww
Details
Authorankoww
LicenseNo License
Categorylive.bilibili.com
Created
Updated
Size470 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
隐藏bilibili直播画面上的弹幕,以及画面右侧的弹幕面板,享受纯净无干扰的直播。
网页全屏模式下右侧会显示空白区域,需要点击一次画面最右侧的“收起弹幕”按钮即可隐藏。
Source code
/* ==UserStyle==
@name bilibili直播隐藏弹幕
@namespace github.com/openstyles/stylus
@version 1.0.0
@description bilibili直播隐藏弹幕
@author Anko Lin
==/UserStyle== */
@-moz-document url-prefix("https://live.bilibili.com/") {
#aside-area-vm {
display: none;
}
#player-ctnr {
width: 100%;
height: 900px;
}
.web-player-danmaku {
display: none;
}
}