Cleans up the site for a better reading experience.
readlightnovel.me by vulcan-coder
Details
Authorvulcan-coder
LicenseNo License
Categoryreadlightnovel.me
Created
Updated
Code size1.2 kB
Code checksumb5c36670
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name readlightnovel.me
@version 1.0.7
@namespace userstyles.world/user/vulcan-coder
@description Cleans up the site for a better reading experience.
@author vulcan-coder
@license No License
==/UserStyle== */
@-moz-document domain("readlightnovel.me") {
.header-top,
.header-middle,
.header-bottom,
.container--content .sidebar,
.comments,
.container--content .col-lg-12:nth-last-child(2),
body > .container[style^=margin],
.desc center,
.desc div,
.desc hr,
.desc center + br,
.desc div + br,
small .ads-title,
div[class^="ad"],
.content2 .row .col-lg-12:nth-child(2){
/* .desc br { */
display: none !important;
visibility: hidden !important;
}
p:empty {
margin: 0 !important;
display: none !important;
visibility: hidden !important;
}
p {
line-height: 3rem;
margin-bottom: 2rem !important;
font-size: 1.7rem;
}
br {
display: none !important;
visibility: hidden !important;
}
.desc > p:nth-of-type(1) {
margin-top: 2rem !important;
}
.night-mode .container--content {
background: #121317 !important;
}
}