Skip to content

斗鱼简洁版 by moriyasuwakoda

Details

Authormoriyasuwakoda

LicenseNo License

Categoryuserstyles

Created

Updated

Size971 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

douyu.com
去除直播间无用的元素

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         斗鱼简洁版
@version      20220611.10.05
@namespace    userstyles.world/user/moriyasuwakoda
@description  douyu.com
去除直播间无用的元素
@author       moriyasuwakoda
@license      No License
==/UserStyle== */

@-moz-document domain("douyu.com") {
.PostReward-videoPendant, #js-player-toolbar, #js-player-video-above, .Title-ad, .layout-Player-effect, #js-room-activity, .ChatLetter-PopUnread, .FansMedalPanel-container, .ChatBarrageCollect-tip, .wm-general, #js-player-guessgame, #bc399, .layout-Customize, #js-bottom, .layout-Player-rankAll, .layout-Player-rank, .layout-Player-announce, .ToTopBtn   {
    display: none;
}

.wm-general:nth-of-type(2) {
    display: block;
    margin-top: 60px;
}

.bc-wrapper-player {
    padding-bottom: 0 !important;
}


textarea.ChatSend-txt {
    padding-left: 13px;
    width: auto;
}

.ChatSend {
    display: flex;
}

#js-player-barrage {
    position: initial;
    height: 100%;
}
}

Reviews

No reviews yet.