enables nearest neighbor image upscaling on homestuck.com
homestuck nearest by boxy-boy
Details
Authorboxy-boy
LicenseNo License
Categoryhomestuck.com
Created
Updated
Size368 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 homestuck nearest
@version 20221002.02.55
@namespace userstyles.world/user/boxy-boy
@description enables nearest neighbor image upscaling on homestuck.com
@author boxy-boy
@license No License
==/UserStyle== */
@-moz-document domain("homestuck.com") {
img {
image-rendering: crisp-edges !important;
}
}