Skip to content

屏蔽B站低等级评论 by frostime

Details

Authorfrostime

LicenseMIT

Categorybilibili.com

Created

Updated

Size578 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

屏蔽B站评论区五级以下的评论

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           屏蔽B站低等级评论
@namespace      https://userstyles.world/user/frostime
@version        1.0.0
@description    Hides replies from users <= level 4 on Bilibili.
@author         frostime
@license        MIT License
==/UserStyle== */

@-moz-document domain("bilibili.com") {
  div.reply-item:has( .user-info i.user-level.level-4),
  div.reply-item:has( .user-info i.user-level.level-3),
  div.reply-item:has( .user-info i.user-level.level-2),
  div.reply-item:has( .user-info i.user-level.level-1) {
    display: none;
  }
}

Reviews

No reviews yet.