Clean Douyu

cleaner Douyu

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

Advertisement:

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

Advertisement:

/* ==UserStyle==
@name         Clean Douyu
@namespace    joyhooian.styles.douyu
@version      0.1
@description  cleaner Douyu
@author       joyhooian
@match        https://www.douyu.com/[0-9]+
@grant        none
@license      MIT
==/UserStyle== */

@-moz-document regexp("https://www.douyu.com/[0-9]+") {
body {
    overflow-y: hidden;
}

aside {
    display: none;
}

#js-bottom {
    display: none;
}

#js-player-toolbar {
    visibility: hidden !important;
}

#js-player-title {
    display: none;
}

#js-player-aside-state {
    display: none;
}

main.layout-Main {
    margin-left: 0!important;
    padding-left: 144px!important;
    padding-right: 144px!important;
    bottom: 0px!important;
}

section.layout-Container {
    margin-top: 88px;
    height: calc(200vh - 60px);
}

div.layout-Player-rank {
    display: none;
}

div.layout-Player-rankAll {
    display: none;
}

div.layout-Player-announce {
    display: none;
}

div.layout-Player-barrage {
    top: 0;
}

.layout-Player-asideMain {
    bottom: 88px;
}
}