Style For Removing spacing in comics websites
Remove Spacing by tjassassin
Details
Authortjassassin
LicenseNo License
CategorySolo Leveling
Created
Updated
Size503 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 Remove Spacing
@namespace userstyles.world
@version 1.0.0
==/UserStyle== */
@-moz-document regexp(".*") {
p {
margin: 0 0 1.5em 0;
display: none;
}
body,
button,
input,
select,
textarea {
line-height: 0;
}
}
/* You can also use the following. */
@-moz-document url-prefix("http") {
p {
margin: 0 0 1.5em 0;
display: none;
}
body,
button,
input,
select,
textarea {
line-height: 0;
}
}