Skip to content

屏蔽广告 by phucduchicken

Details

Authorphucduchicken

LicenseCC-BY-NC-ND-4.0

Categoryhuya.com

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

屏蔽广告 (dark-theme)

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         屏蔽广告
@namespace    USO Archive
@author       David Roland
@description  屏蔽广告
@version      20240204.21.39
@license      CC-BY-NC-ND-4.0
@preprocessor uso
==/UserStyle== */
@-moz-document domain("huya.com") {
body {
        background: rgb(39, 39, 41);
    }

    body.mode-page-full .room-player-wrap .room-player-main #player-ctrl-wrap {
        bottom: -60px !important;
    }

    body.mode-page-full .room-player-wrap .room-player-main:hover #player-ctrl-wrap {
        bottom: 60px !important;
    }

    .room-sidebar,
    /* #player-gift-wrap, */
    .player-loading-progress,
    .player-banner-gift,
    #player-marquee-wrap,
    #player-gift-wrap, #player-gift-right, #player-banner-gift, .pre-ab-wrap, .player-ext-wrap, .player-banner-activity, #player-banner-activity,
    .video-ab-warp,
    .room-footer, .room-core-r, .helperbar-root--12hgWk_4zOxrdJ73vtf1YI,
    .room-mod-ggTop {
        display: none !important;
    }

    div.popup-444af481 {
        display: none !important;
    }
    
    body.mode-page-full .room-player-wrap .room-player-main #videoContainer .player-wrap {
        height: 100% !important;
        width: 100% !important;
    }

    body.mode-page-full .room-player-wrap .room-player-main:hover #videoContainer .player-wrap {
        height: calc(100% - 60px) !important;
        width: 100% !important;
    }
}

Reviews

No reviews yet.