Skip to content

KamTape Centered player by TheAwesomeJoel

Screenshot of KamTape Centered player

Details

AuthorTheAwesomeJoel

LicenseNo License

Categorykamtape.com

Created

Updated

Code size368 B

Code checksum7ac2c060

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Centers the video player because it bugs my brain

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           KamTape Centered player
@namespace      Idk
@version        1.0.0
@description    Center the video player
@author         TheAwesomeJoel
==/UserStyle== */

@-moz-document domain("kamtape.com") {
    /* Funny code that centers video player!!! */
    .player {
        margin-left: auto;
        margin-right: auto;
    }
}

Reviews

No reviews yet.