Clean Douyu

cleaner Douyu

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

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;
}
}