A new userstyle
b站直播显示缩略图-影院模式下方礼物条删除 by akira0245
Details
Authorakira0245
Licenseagplv3
Categorylive.bilibili.com
Created
Updated
Size811 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 live.bilibili.com - 2023/10/28 03:16:58
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("live.bilibili.com") {
/* 在此插入代码... */
.index_2guBzSAh .index_87nLYour.index_3nSvle8k{
height: 350px !important;
}
.Item_3ysKErMC > :nth-child(1){
display: none !important;
}
.Item_3ysKErMC > :nth-child(2){
display: inherit !important;
}
.Item_lxEYWDiF{
display: none !important;
}
.chat-item.danmaku-item.chat-colorful-bubble{
background-color: unset !important;
margin: 0px !important;
}
.rank-icon, .fans-medal-item-ctnr{
display: none !important;
}
}