MAL-Fullscreen

remove margins from both sides to extended the view

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

/* ==UserStyle==
@name         MAL-Fullscreen
@description  remove margins from both sides to extended the view
@namespace    lemonadeforlife
@version      1.0.1
@author       lemonadeforlife (https://github.com/lemonadeforlife)
@homepageURL  https://github.com/lemonadeforlife/MAL-Fullscreen
@supportURL   https://github.com/lemonadeforlife/MAL-Fullscreen/issues
@license      unlicense
@match        https://myanimelist.net
@preprocessor stylus
==/UserStyle== */

@-moz-document url-prefix("https://myanimelist.net/") {
#myanimelist, #menu{
    width: 100% !important;
}

.left-column, .right-column {
    width: 50% !important;
}
article.widget-container:nth-child(1){
    margin: 0 !important;
}

#widget-seasonal-video > div:nth-child(3){
    width: auto !important;
}

.news-unit {
    width: auto !important;
}

.widget-header{
    text-align: center !important;
}

.h1.edit-info {
    display: flex !important;
    justify-content: space-between !important;
}

#horiznav_nav{
    text-align: center !important;
}
}