A simple cleanup of Wuxiaworld.site .
Made to be used with darkmode. Will be updated with a JS version later to add more UI feautures.
Wuxiaworld.site simplified by vulcan-coder
Details
Authorvulcan-coder
LicenseNo License
Categorywuxiaword.site
Created
Updated
Code size1.4 kB
Code checksum59eef355
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Wuxiaworld.site simplified
@version 20210927.05.20
@namespace userstyles.world/user/vulcan-coder
@description A simple cleanup of Wuxiaworld.site .
Made to be used with darkmode. Will be updated with a JS version later to add more UI feautures.
@author vulcan-coder
@license No License
==/UserStyle== */
@-moz-document domain("wuxiaworld.site") {
.wp-manga-tags-wrapper,
.site-footer,
.related-manga,
.reading-content > div > div,
.c-sub-header-nav,
.select-view {
display: none !important;
}
.main-navigation {
background: #262626 !important;
}
.wpd-thread-list,
.main-col-inner,
.wpd-comment-right,
.c-breadcrumb-wrapper {
padding: 0 !important;
}
#comments,
#wpd-threads {
margin: 0 !important;
}
.nav-links {
width: 100% !important;
display: flex !important;
justify-content: space-between !important;
margin: 0 !important;
}
.nav-previous,
.nav-next,
.btn.prev_page,
.btn.next_page {
width: 97.5% !important;
}
#manga-reading-nav-head {
margin-bottom: 1.25rem !important;
}
.select-pagination {
margin-top: 3rem !important;
}
.main-navigation_wrap {
padding-bottom: 0 !important;
}
#manga-reading-nav-foot {
margin-bottom: 1.5rem !important;
}
.wpd-comment {
padding-top: 1rem !important;
}
.reading-content h3 {
margin-bottom: 1.5rem !important;
}
.reading-content h3 + p {
display: none !important;
}
}