Removes top header, changes strip width and changes background colour.
MangaBuddy Personal Style by Nobepico
Details
AuthorNobepico
LicenseNo License
Categorymangabuddy
Created
Updated
Size1.2 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name MangaBuddy Personal Style
@version 20241103.02.24
@namespace https://userstyles.world/user/Nobepico
@description Removes top header, changes strip width and most of all changes pretty much everything to an ugly html default gray.
@author Nobepico
@license No License
==/UserStyle== */
@-moz-document url-prefix("https://mangabuddy.com/") {
.reading-box .chapter-image img {
width: 700px;
}
.go-to-top {
display: none;
}
.dark-mode .layout {
background: hsl(210 10% 5%);
}
body.dark-mode .main-container.viewer {
background: hsl(210 10% 5%) !important;
}
body.dark-mode .chapter__actions li>a:not(.dropdown-item) {
background-color: hsl(210 10% 15%) !important;
}
.dark-mode .box,
body.dark-mode .chapter__actions-wrapper,
body.dark-mode .breadcrumbs-wrapper,
body.dark-mode .header .top-bar,
.dark-mode .layout .header .bottom-bar {
background: hsl(210 10% 5%);
}
.box {
display: none;
}
.container {
background-color: hsl(210 10% 5%) !important;
}
.reading-box .chapter-image img {
width: 700px
}
#footer {
background: hsl(210 10% 5%);
}
}