applies a text justification alignment to all left aligned text on the internet, making it a bit more comfortable to read. right and center aligned text will stay like that, left is just the default.
justify all text by sometechbro
Details
Authorsometechbro
LicenseNo License
Categoryeverything
Created
Updated
Size276 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 justify all text
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document regexp(".*") {
html {
text-align: justify;
}
}