Skip to content

bilibili直播全屏隐藏边栏 by HiAndyFan

Screenshot of bilibili直播全屏隐藏边栏

Details

AuthorHiAndyFan

LicenseNo License

Categorylive.bilibili.com

Created

Updated

Size386 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

移除B站直播全屏播放的礼物栏和弹幕列表

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         live.bilibili.com
@version      1.0.1
@namespace    ?
==/UserStyle== */
@-moz-document domain("live.bilibili.com") {
    .live-room-app .player-section {
        width: 100% !important;
        z-index: 111 !important;
    }
    #aside-area-vm {
        z-index: 1 !important;
    }
     #web-player__bottom-bar__container {
        display: none;
    }
}

Reviews

No reviews yet.