Enable hyphenation on all sites.
Enable Hyphenation by fsproede
Details
Authorfsproede
LicenseCC0
CategoryTypography
Created
Updated
Size320 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 Enable Hyphenation
@namespace SriSyadasti
@version 1.0.0
@description Enable hyphenation on all sites.
@author SriSyadasti
@license CC0-1.0
==/UserStyle== */
@-moz-document regexp("https?.*") {
* {
hyphens: auto !important;
}
}