Skip to content

bilibili-mobile-web by RITp9ac0atWo9C0gXBKN

Details

AuthorRITp9ac0atWo9C0gXBKN

LicenseNo License

Categoryhttps://m.bilibili.com/

Created

Updated

Code size1.2 kB

Code checksum3c832e0c

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

for mobile bilibili web site

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           m.bilibili.com - 2023/5/12 18:58:24
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    A new userstyle
@author         Me
==/UserStyle== */
@-moz-document url-prefix("https://m.bilibili.com/") {
    /* 在此插入代码... */
    /*首页app下载提示*/
    .home-float-openapp {
        height: 0!important
    }
    .m-home-float-openapp {
        display: none!important
    }
    /*观看页app下载提示*/
    .m-video2-awaken-btn {
        display: none!important
    }
    /*观看前app下载提示*/
    .openapp-dialog {
        display: none!important
    }
    /*不隐藏播放器*/
    #app > div > div > div:nth-child(2) {
        display: unset!important
    }
    /*播放器上的下载提示*/
    #bilibiliPlayer div.mplayer-widescreen-callapp {
        display: none!important
    }
    .list-view__state {
        display: none
    }
    .m-nav-openapp {
        display: none!important
    }
    .m-float-openapp {
        display: none!important
    }

    .v-card-toapp > a {
        --avid: "/video/BV1HM4y1b79Z";
    }
    #app > div > div.m-search-result > div.result-panel {
        display: block!important
    }
}

Reviews

No reviews yet.