Justified aligned text without word-breaks.
Justified O'Reilly by thecodeartist
Details
Authorthecodeartist
LicenseNo License
Categorylearning.oreilly.com
Created
Updated
Size697 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 Justified O'Reilly
@version 20220213.16.11
@namespace userstyles.world/user/thecodeartist
@description Justified aligned text without word-breaks.
@author thecodeartist
@license No License
==/UserStyle== */
@-moz-document domain("learning.oreilly.com") {
.CHAP_TXT, .CHAP-EXT_SRC, .CHAP_TXT_1ST_PARA, .body-text, .indent {
text-align: justify !important;
word-break: keep-all !important;
word-break: unset !important;
word-wrap: unset !important;
overflow-wrap: unset !important;
-webkit-hyphens: unset !important;
-moz-hyphens: unset !important;
-ms-hyphens: unset !important;
hyphens: unset !important;
}
}