Skip to content

bilibili禁用信息卡取关 by library545

Details

Authorlibrary545

LicenseNo License

Categorybilibili

Created

Updated

Size505 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

禁用弹出信息卡中的取关以免误操作

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         bilibili禁用信息卡取关
@version      20220729.01.34
@namespace    userstyles.world/user/library545
@description  禁用弹出信息卡中的取关以免误操作
@author       library545
@license      No License
==/UserStyle== */

@-moz-document domain("bilibili.com") {
.bili-user-profile-view__info__button.follow.checked,
.user-card .btn-box .like.liked,
.userinfo-content .like.liked,
#id-card .idc-action .idc-btn.ghost {
    pointer-events: none !important;
}
}

Reviews

No reviews yet.