Widescreen game canvas.
Side bar removed.
Crazygames by SkyOps117
Details
AuthorSkyOps117
LicenseOpen Source
CategoryCrazygames
Created
Updated
Size499 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 Crazygames
@version 20241115.15.03
@namespace https://userstyles.world/user/SkyOps117
@description Widescreen game canvas. Removed side bar
@author SkyOps117
@license Open Source
==/UserStyle== */
@-moz-document url-prefix("https://www.crazygames.com/game/") {
:root {
--background: #000;
--foreground: #eee;
}
.GamePageDesktop_rightSidebar__8jD_1 {
display: none;
}
#gamePageMainContainer {
width: 100% !important;
}
}