Greasy Fork is available in English.

B站顶栏固顶

固顶B站顶栏

נכון ליום 24-11-2021. ראה הגרסה האחרונה.

/* ==UserStyle==
@name           B站顶栏固顶
@version        1.2.0.20211124
@namespace      laster2800
@author         Laster2800
@homepageURL    https://greasyfork.org/zh-CN/scripts/430292
@supportURL     https://greasyfork.org/zh-CN/scripts/430292/feedback
@description    固顶B站顶栏
@license        LGPL-3.0
==/UserStyle== */

@-moz-document domain("bilibili.com") {
    #internationalHeader .mini-header {
        position: fixed;
        top: 0;
    }

    #internationalHeader .mini-header:not(.mini-type) {
        background-image: linear-gradient(#000000A0, #00000000);
    }
}

@-moz-document domain("t.bilibili.com") {
    .home-page .left-panel {
        z-index: unset !important;
    }

    .home-page .left-panel .scroll-content {
        top: 55px !important;
    }

    .home-page .right-panel .scroll-content {
        top: 63px !important;
    }
}