Clean Douyu

cleaner Douyu

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

/* ==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;
}
}