Skip to content

Formula1.com full page video player by lemimique

Screenshot of Formula1.com full page video player

Details

Authorlemimique

LicenseGNU AGPLv3

Categoryhttps://f1tv.formula1.com/

Created

Updated

Size742 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Makes the Formula1.com live stream video player full page width and height. Scales with the window too.

Notes

Version 1.0.2

  • Added hiding the bottom "Up Next" bar

Version 1.0.1

  • Compacted the css significantly.

Version 1.0.0

  • Initial version release.

Source code

/* ==UserStyle==
@name         Formula1.com full page video player
@version      20240307.18.42
@namespace    userstyles.world/user/lemimique
@description  Makes the Formula1.com live stream video player full page width and height. 
@author       lemimique
@license      GNU AGPLv3
==/UserStyle== */

@-moz-document url-prefix("https://f1tv.formula1.com/detail/") {
    .sticky-header-wrapper,
    footer,
    .container-lg:nth-child(2) {
        display: none;
    }

    .container-lg,
    .container-lg .row,
    .inset-video-item-container,
    .inset-video-item-image-container,
    .position-relative {
        position: static !important;
    }

    .container:nth-of-type(2) {
        display: none;
    }
}

Reviews

No reviews yet.