Skip to content

Bilibili Mosaicked by dzyxueyi

Screenshot of Bilibili Mosaicked

Details

Authordzyxueyi

LicenseNo License

Categorybilibili

Created

Updated

Size494 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Add mosaic on bilibili pages.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Bilibili Mosaicked
@namespace      null.com
@version        1.0.0
@description    to protect individual's information
@author         stroller
==/UserStyle== */
@-moz-document url-prefix("https://www.bilibili.com/"),
domain("space.bilibili.com")/* Mosaic individual's information 打码 */
{
    .userInfo,
    .user > .name,
    .bili-avatar,
    .like,
    .info,
    .view-more,
    [data-usercard-mid] {
        filter: blur(4px);
    }
}

Reviews

No reviews yet.