Skip to content

Wider code editing window for simplecpu.online by zaqzxcswsde

Screenshot of Wider code editing window for simplecpu.online

Details

Authorzaqzxcswsde

LicenseNo License

Categorysimplecpu.online

Created

Updated

Code size396 B

Code checksum25acf974

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Adds more width to the code editing window.

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;
}
}

Reviews

No reviews yet.