Skip to content

Megastudy Player Tweaks by Coder-Iro

Details

AuthorCoder-Iro

LicenseMIT

Categorymegastudy

Created

Updated

Size1.0 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

minimal UI for megastudy player

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Megastudy Player Tweaks
@namespace    github.com/Coder-Iro
@version      1.4.0
@license      MIT
@preprocessor default
==/UserStyle== */
@-moz-document domain("v.kr.kollus.com") {
    .video-js .vjs-tech {
        height: calc(100% - 45px)
    }
    .kollus-default.vjs-has-started.vjs-user-inactive .vjs-control-bar {
        bottom: 0 !important;
        visibility: visible !important;
        opacity: 1 !important;
    }
}

@-moz-document url-prefix("https://www.megastudy.net/Player/kollus/player.asp") {
    #player_section {
        padding: 0;
        margin: 0 !important;
        #divControlArea {
            #player_obj {
                padding: 0 !important;
                #video {
                    height: 100vh !important;
                }
            }
            &.control_area {
                display: none;
            }
        }
        #line_btn {
            display: none;
        }
    }
    #right_section {
        display: none;
    }
}

Reviews

No reviews yet.