Skip to content

Disable Hyphenation by fsproede

Details

Authorfsproede

LicenseCC0

CategoryTypography

Created

Updated

Size322 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Disable hyphenation on all sites.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name           Disable Hyphenation
@namespace      SriSyadasti
@version        1.0.0
@description    Disable hyphenation on all sites.
@author         SriSyadasti
@license        CC0-1.0
==/UserStyle== */
@-moz-document regexp("https?.*") {

    * {
        hyphens: none !important;
    }
}

Reviews

No reviews yet.