Skip to content

France TV Jeux Olympiques by daddyfatsax

Screenshot of France TV Jeux Olympiques

Details

Authordaddyfatsax

LicenseNo License

Categoryfrance.tv

Created

Updated

Size689 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Étend le lecteur vidéo pour qu'il occupe toute la largeur de la fenêtre.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           France TV Jeux Olympiques
@namespace      france.tv
@version        1.1
@author         DaddyFatSax
==/UserStyle== */

@-moz-document
regexp("https://www.france.tv/sport/les-jeux-olympiques/[0-9a-z-]+.html"),
regexp("https://www.france.tv/france[2-5info-]+/direct.html") {
    #player-desktop-live-on-air,
    #player-desktop-live-off-air,
    #player-desktop-replay {
        width: 100vw;
        height: calc(100vw / 16 * 9);
        margin-left: -60px;
    }
    header {
        display: none;
    }
    main {
        margin: 0 !important;
    }
    .l-column-right {
        margin-top: calc(100vw / 16 * 9 + 30px);
    }
}

Reviews

No reviews yet.