虎牙直播去掉礼物
虎牙直播去掉礼物 by yybawang
Details
Authoryybawang
LicenseNo License
Categoryhuya.com
Created
Updated
Size595 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 虎牙直播去掉礼物
@version 20230607.16.32
@namespace userstyles.world/user/yybawang
@description 虎牙直播去掉礼物
@author yybawang
@license No License
==/UserStyle== */
@-moz-document domain("huya.com") {
#liveRoomObj {
height: calc(100% + 64px);
}
#player-wrap {
height: 100% !important;
}
#J_profileNotice {
display: none;
}
#J_roomWeeklyRankList {
display: none;
}
#wrap-notice {
display: none;
}
#wrap-income {
display: none !important;
}
#chat-room__list > div[data-cmid="1"]{
display: none;
}
}