Skip to content

bilibili直播用马赛克 by library545

Details

Authorlibrary545

LicenseNo License

Categorybilibili,live,streaming

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

为方便直播,隐藏自己的部分敏感信息

Notes

隐藏项目:

  • 直播间底部电池,银瓜子
  • 顶部弹窗电池,银瓜子,成就值
  • 上舰弹窗观看时长,发送弹幕数

Source code

/* ==UserStyle==
@name         bilibili直播用马赛克
@version      20220719.14.33
@namespace    userstyles.world/user/library545
@description  为方便直播,隐藏自己的部分敏感信息
@author       library545
@license      No License
==/UserStyle== */

@-moz-document domain("live.bilibili.com") {
.supporting-info .live-skin-main-text.v-middle {
    color: transparent !important;
    text-shadow: black 0 0 6px;
    user-select: none;
}

.supporting-info .live-skin-main-text.v-middle:before {
    content: '12315';
    user-select: none;
}

.user-panel .dp-table-cell span.value-text {
    color: transparent !important;
    user-select: none;
}

.user-panel .dp-table-cell span.value-text:after {
    content: '****';
    color: black;
    user-select: none;
}

.statistics .statistics-value {
    color: transparent !important;
    background: transparent !important;
    text-shadow: black 0 0 32px;
    user-select: none;
}

.statistics .statistics-value:before {
    content: '123';
    user-select: none;
}
}

Reviews

No reviews yet.