您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
remove margins from both sides to extended the view
/* ==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; } }