2022.2.13
不定时更新,增加了直播间广告屏蔽内容。
屏蔽了上方导航"云游戏"。
自用样式,虎牙直播间
屏蔽:
粉丝贡献榜,
聊天窗口中粉丝牌图标,
页面顶部大背景和广告,
左侧侧边栏,
视频下方推荐内容
Authoralcoal1
LicenseNo License
Categoryhuya
Created
Updated
Size2.5 kB
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
2022.2.13
不定时更新,增加了直播间广告屏蔽内容。
屏蔽了上方导航"云游戏"。
自用样式,虎牙直播间
屏蔽:
粉丝贡献榜,
聊天窗口中粉丝牌图标,
页面顶部大背景和广告,
左侧侧边栏,
视频下方推荐内容
/* ==UserStyle==
@name [2022.2.11]虎牙直播间优化:屏蔽贡献榜、聊天窗粉丝牌图标、广告、侧边栏和底部推荐等
@version 20220218.15.08
@namespace userstyles.world/user/alcoal1
@description 自用样式,虎牙直播间
屏蔽:
粉丝贡献榜,
聊天窗口中粉丝牌图标,
页面顶部大背景和广告,
左侧侧边栏,
视频下方推荐内容
@author alcoal1
@license No License
==/UserStyle== */
@-moz-document domain("huya.com") {
/*右侧贡献榜*/
#J_roomSideHd {display:none;}
.helperbar-root--12hgWk_4zOxrdJ73vtf1YI {display:none;}
/*粉丝牌*/
.msg-normal-decorationPrefix {display:none !important;}
.msg-bubble-decorationPrefix {display:none !important;}
.msg-normal-decorationSuffix {display:none !important;}
.msg-bubble-decorationSuffix {display:none !important;}
.fansBadgeLogo {display:none !important;}
.msg-onTVLottery {display:none !important;}
.support-webp-1 fans-icon fans-icon-28 fans-year {display:none !important;}
.msg-nobleSpeak-decorationPrefix {display:none !important;}
.msg-nobleSpeak-decorationSuffix {display:none !important;}
.icon--2rPWa-eaX2-UIMVadWYaj3 {display:none !important;}
.noble-icon {display:none !important;}
.msg-noble {display:none !important;}
.msg-sys {display:none !important;}
/*侧边栏等*/
.room-footer-l {display:none;}
.room-footer-r {display:none;}
/*广告*/
.room-business-game {display:none !important;}
.mod-sidebar {display:none;}
.main-room {padding-left:0px;
background-image:none !important;
}
.room-mod-ggTop,.room-gg-chat {display:none;}
.live-box {display:none;}
/*直播间上方背景*/
.special-bg {display:none;}
.box-crumb {display:none;}
.match-nav {display:none;}
#match-cms-content {display:none;}
#matchComponent2 {display:none;}
#J_nativeBg #cspNonce {display:none;}
body.mode-page-full .room-player-wrap .room-player-main #player-ctrl-wrap {
bottom: -60px !important;
}
body.mode-page-full .room-player-wrap .room-player-main:hover #player-ctrl-wrap {
bottom: 60px !important;
}
body.mode-page-full .room-player-wrap .room-player-main #videoContainer .player-wrap {
height: 100% !important;
width: 100% !important;
}
body.mode-page-full .room-player-wrap .room-player-main:hover #videoContainer .player-wrap {
height: calc(100% - 60px) !important;
width: 100% !important;
}
/*云游戏*/
.hy-nav-item-cloudGame {display:none;}
.hy-nav-item-game {display:none;}
}