Skip to content

bilibili直播全屏隐藏边栏_js by HiAndyFan

Details

AuthorHiAndyFan

LicenseNo License

Categorysb

Created

Updated

Size612 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

for my sb friend.

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;
    }
}
.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.