Removes cut-off signatures from Scratch.
The Signature: Allseeing by windowsadmin
Details
Authorwindowsadmin
LicenseNo License
Categoryscratch
Created
Updated
Size346 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
You saw this cool signature, but it got cut off? Get this userstyle, it makes so you can see the end of the cool signature.
Source code
/* ==UserStyle==
@name The Signature: Allseeing
@version 20220817.23.11
@namespace userstyles.world/user/windowsadmin
@description Removes cut-off signatures from Scratch.
@author windowsadmin
@license No License
==/UserStyle== */
@-moz-document domain("scratch.mit.edu") {
.postsignature {
max-height: unset;
}
}