Removes the top bar from XSketch, saving screen space. After this change, the window size be as small as 820x715, and the game will still be playable.
XSketch - Remove the top bar by denilsonsa
Imported from https://raw.githubusercontent.com/uso-archive/data/flomaster/data/usercss/126545.user.css
Details
Authordenilsonsa
LicensePublic Domain
Categoryxsketch
Created
Updated
Size671 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 XSketch - Remove the top bar
@namespace USO Archive
@author denilsonsa
@description `Removes the top bar from <a href="http://xsketch.com/">XSketch</a>, saving screen space. After this change, the window size be as small as 820x715, and the game will still be playable.`
@version 20160409.1.32
@license Public Domain
@preprocessor uso
==/UserStyle== */
@-moz-document regexp("https?://xsketch\\.com/(#.*)?$") {
#page > #hd {
display: none;
}
body {
background-image: url(http://static.iogc.org/XSketch/logo4.png);
background-repeat: no-repeat;
background-position: top left;
}
}