MAL-Fullscreen

remove margins from both sides to extended the view

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey, το Greasemonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

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

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

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.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

/* ==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;
}
}