精简虎牙直播剧场模式下播放器样式
精简虎牙直播剧场模式下播放器样式 - 2024年5月 by XiyangSama
Details
AuthorXiyangSama
LicenseNo License
Categoryhuya.com
Created
Updated
Size616 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 精简虎牙直播剧场模式下播放器样式 - 2024年5月
@namespace github.com/openstyles/stylus
@version 1.0.0
@description 精简虎牙直播剧场模式下播放器样式
@author Xiyang
==/UserStyle== */
@-moz-document domain("huya.com") {
/* 隐藏礼物栏 */
#player-ctrl-wrap.show,
#player-gift-wrap.show {
bottom: 44px !important;
}
/* 美化控制组件 */
#player-ctrl-wrap {
background: #0000001c;
}
#player-ctrl-wrap .player-videotype .player-videotype-cur,
#player-ctrl-wrap .player-ctrl-switch {
background: #FFFFFF20;
}
}