只露出播放器,别的都隐藏
自用:斗鱼简化 by arden
Details
Authorarden
LicenseNo License
Categorydouyu
Created
Updated
Size560 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 20220607.14.41
@namespace userstyles.world/user/arden
@description 只露出播放器,别的都隐藏
@author arden
@license No License
==/UserStyle== */
@-moz-document domain("douyu.com") {
/* 播放器上边的banner */
#root > div:nth-child(2){
/* height: 8px !important; */
display: none;
}
/* 播放器 */
#root > div:nth-child(3){
top: 60px !important;
}
/* 播放器下边的活动、广告、垃圾 */
#root > div:nth-child(4){
display: none;
}
}