Skip to content

Live Stadium Viewer by gillelmus

Details

Authorgillelmus

LicenseCC BY-SA 4.0

Categorylive.stadium-sports.tv

Created

Updated

Code size1.5 kB

Code checksumf73f2acd

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes all elements except the video

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Live Stadium Viewer
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Removes all elements except the video
@author         Gillelmus
==/UserStyle== */

@-moz-document url-prefix("https://live.stadium-sports.tv/watch/") {
    #app > div.header-wrapper > nav, 
    #app > div.home-container.mb-5.main-content.padding-top > div:nth-child(1) > div.d-flex.justify-content-center.mt-3.align-items-center.teams-images-wrapper, 
    #app > div.home-container.mb-5.main-content.padding-top > div:nth-child(1) > div.font-weight-bold.p-2.d-flex.align-items-center.justify-content-center.gap-1, 
    #app > div.home-container.mb-5.main-content.padding-top > div:nth-child(1) > div.pb-2, 
    #app > footer {
        display: none !important;
    }
    
    #app > div.home-container.mb-5.main-content.padding-top {
        padding-top: 15px !important;
        margin: 0 !important;
    }
    .main-content {
        background-color: black !important;
    }   
}
@-moz-document url("https://live.stadium-sports.tv/"){
    #app > div.main-page-wrapper.main-content > div.carousel.main-banner > div.carousel_wrapper {
        display: none !important;
    }
    
    #carousel_items {
        grid-template-columns: repeat(4, calc(25%)) !important;
    }
    
    #carousel_items > div > a > div.event-card__content > div.event-card__data > p:nth-child(3) {
        display: none !important;
    }
}

Reviews

No reviews yet.