去除一些垃圾元素
B站去广告和垃圾 by mscststs
Details
Authormscststs
LicenseNo License
Categoryuserstyles
Created
Updated
Size894 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 B站去广告和垃圾
@version 20220826.13.27
@namespace userstyles.world/user/mscststs
@description 去除一些垃圾元素
@author mscststs
@license No License
==/UserStyle== */
@-moz-document domain("live.bilibili.com") {
/* 移除首页背景图 */
.bg-image{
display:none;
}
/* 移除 开始直播 按钮 */
.startlive-icon{
display:none !important;
}
/* 移除侧边 公会 按钮 */
.live-sidebar-ctnr{
height:auto !important;
}
.sidebar-btn[title^='公会']{
display:none;
}
/* 移除侧边 排行榜 按钮 */
.sidebar-btn[title^='排行榜']{
display:none;
}
/* 提高封面图 分区 对比度 */
.cover-ctnr .area-name,
#area-tag-list > div > div > a > div > div > div:nth-last-child(2){
text-shadow:0px 0px 3px #000, 0 0 7px #646464;
}
/* 移除购物车 */
#shop-popover-vm{
display:none;
}
}