Skip to content

MangaDex.org Personal Style by Nobepico

Screenshot of MangaDex.org Personal Style

Details

AuthorNobepico

LicenseNo License

Categorymangadex

Created

Updated

Size481 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Only changes the background colour, the size of the comic strip (width) and turns off scroll on click.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       MangaDex.org
@version    20241103.02.04
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://mangadex.org/chapter/") {
/* Remove scroll on click */
.min-w-0.relative.pages-wrap.ls.md--reader-pages {
    pointer-events: none;
}

/* Change background colour */
.overflow-x-auto.flex.items-center.h-full {
    background: hsl(210 10% 5%) !important;
}

/* Change comic strip width */
.md--page.ls.limit-width.mx-auto {
    width: 700px;
}
}

Reviews

No reviews yet.