Skip to content

[showroom-live.com] fullscreen video by hi-ogawa

Details

Authorhi-ogawa

LicenseNo License

Categoryshowroom-live.com

Created

Updated

Size609 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

[showroom-live.com] fullscreen video

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         [showroom-live.com] fullscreen video
@version      20220409.04.05
@namespace    userstyles.world/user/hi-ogawa
@description  [showroom-live.com] fullscreen video
@author       hi-ogawa
@license      No License
==/UserStyle== */

@-moz-document domain("www.showroom-live.com") {
#js-video {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    z-index: 2000;
}

#js-avatar {
    display: none;
}

#sr-content-main::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: #000d;
    z-index: 1000;
}
}

Reviews

No reviews yet.