A Stylus userstyle to REMOVE the extra spacing between words in posts and all other mediums possible.
Tumblr No Multi Spacing by xserawrites
Details
Authorxserawrites
LicenseNo License
Categoryhttps://tumblr.com
Created
Updated
Size1.0 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
This style is intended to remove any and all multi-spaced content. Specifically, it will affect spaces between each individual word, but will preserve spacing for line breaks (indents) & does preserve it around punctuation in some cases.
Source code
/* ==UserStyle==
@name Tumblr No Multi Spacing
@version 20230114.18.49
@namespace userstyles.world/user/xserawrites
@description A Stylus userstyle to REMOVE the extra spacing between words in posts and all other mediums possible. Multi-spaced content is often inaccessible to the visually impaired.
@author Serabellym (serabellym)
@license No License
==/UserStyle== */
@-moz-document domain("tumblr.com") {
.k31gt {
white-space:pre-line!important;
}
.mwjNz {
white-space:pre-line!important;
}
.a15fm {
white-space:pre-line!important;
}
.fTJAC {
white-space:pre-line!important;
}
.RupUR {
white-space:pre-line!important;
}
.unn5w {
white-space:pre-line!important;
}
.mbROR {
white-space:pre-line!important;
}
.editor-richtext {
white-space:pre-line!important;
}
.tag-label {
white-space:pre-line!important;
}
.tag-input-wrapper {
white-space:pre-line!important;
}
.CvL1C {
white-space:pre-line!important;
}
.xXTjk {
white-space:pre-line!important;
}
}