Skip to content

9anime.vc Fullscreen Video & Wide Layout by jremi

Details

Authorjremi

LicenseNo License

Category9anime.vc -> userstyles

Created

Updated

Size844 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fullscreen Video and wide site support

Notes

Fullscreen Video and wide site support

Source code

/* ==UserStyle==
@name         9anime.vc Fullscreen Video & Wide Layout
@version      20221021.17.47
@namespace    userstyles.world/user/jremi
@description  Fullscreen Video and wide site support
@author       jremi
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://9anime.vc/watch/") {

.container {
    width: 98vw !important;
    max-width: 98vw !important;
    min-width: 98vw !important;
    margin: 0;
    padding: 0;
}

#header, #wrapper, #site_menu, #logo, #search, .header-group, #header_right {
    
    margin: 0;
    padding: 0;
}

#watch-block .wb_-playerarea {
    min-width: 99vw !important;
    height: 95vh !important;
    padding-bottom: 0;
    
}

#header {
    display: flex;
    margin: 0;
    padding: 0;
}

.prebreadcrumb {
    display: none;    
}

#header #logo img{ width: 0 !important;}
}

Reviews

No reviews yet.