Skip to content

MangaBuddy Personal Style by Nobepico

Screenshot of MangaBuddy Personal Style

Details

AuthorNobepico

LicenseNo License

Categorymangabuddy

Created

Updated

Size852 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Removes top header, changes strip width and most of all changes pretty much everything to an ugly html default gray.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       MangaBuddy
@version    20241022.18.05
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://mangabuddy.com/") {
.reading-box .chapter-image img {
    width: 700px;
}

.go-to-top {
    display: none;
}

.dark-mode .layout {
    background: dimgray;
}

body.dark-mode .main-container.viewer {
    background: dimgray !important;
}

body.dark-mode .chapter__actions li>a:not(.dropdown-item) {
    background-color: gray !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: dimgray;
}

.box {
    display: none;
}

.container {
    background-color: dimgray !important;
}

.reading-box .chapter-image img {
    width: 700px
}

#footer {
    background: dimgray;
}
}

Reviews

No reviews yet.