This only works with this url: https://html-classic.itch.zone/html/6492922/MarioVsLuigi-WebGL/index.html (which shows only the game and not the itch.io webpage)
Mario Vs Luigi fullscreen by Huwitto
Details
AuthorHuwitto
LicenseNo License
Categoryhttps://html-classic.itch.zone/html/6492922/MarioVsLuigi-WebGL/index.html
Created
Updated
Size532 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Mario Vs Luigi fullscreen
@namespace https://userstyles.world/user/Huwitto
@version 1.0.0
@description Makes Mario Vs Luigi fullscreen
@author Huwitto
==/UserStyle== */
@-moz-document url-prefix("https://html-classic.itch.zone/html/6492922/MarioVsLuigi-WebGL/index.html") {
html,body,canvas {
overflow: hidden;
margin:0;
height:100% !important;
width:100%;
min-height: 100%;
min-width:100%;
}
}