Adds more width to the code editing window.
Wider code editing window for simplecpu.online by zaqzxcswsde
Details
Authorzaqzxcswsde
LicenseNo License
Categorysimplecpu.online
Created
Updated
Size396 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 Wider code editing window in simplecpu.online
@namespace simplecpu.online
@version 1.0.0
@description Adds more width to the code editing window.
@author Zaqzxcswsde
@advanced text widthbar "Width in pixels" "1600"
==/UserStyle== */
@-moz-document domain("simplecpu.online") {
#content {
width: /*[[widthbar]]*/px;
}
}