屏蔽各种斗鱼直播页浮动广告
屏蔽各种斗鱼直播页浮动广告 by yybawang
Details
Authoryybawang
LicenseNo License
Categorydouyu
Created
Updated
Size1.1 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name douyu.com
@version 20230611.09.53
@namespace userstyles.world/user/yybawang
@description 屏蔽各种斗鱼直播页浮动广告
@author yybawang
@license No License
==/UserStyle== */
@-moz-document domain("www.douyu.com") {
#js-room-activity {
display: none;
}
.layout-Player-rank {
display: none;
}
.layout-Player-barrage {
top: 32px;
}
#js-player-toolbar {
/* display: none;/*
/*visibility: hidden;*/
}
.layout-Player-video {
bottom: 0 !important;
}
.Title-roomInfo > .Title-row:nth-child(3) .Title-col.is-left {
display: none;
}
.Title-addFriend {
display: none;
}
.newBroadcast {
display: none;
}
#js-player-dialog {
display: none;
}
#js-player-video-above {
display: none;
}
.Barrage-notice {
display:none;
}
.Barrage-EntranceIntroduce {
display: none;
}
#js-player-toolbar .PlayerToolbar-Content:nth-child(2) {
visibility: hidden;
}
}