Changes comic strip size and removes gaps.
Chapmanganato Personal Style by Nobepico

Details
AuthorNobepico
LicenseNo License
Categorychapmanganato
Created
Updated
Code size453 B
Code checksumcf5ba406
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Note: chapmanganato
and manganato
are the same thing, as when selecting a comic in manganato
, it is redirected to chapmanganato
.
Source code
/* ==UserStyle==
@name Chapmanganato Personal Style
@version 20250207.04.41
@namespace https://userstyles.world/user/Nobepico
@description Changes comic strip size.
@author Nobepico
@license No License
==/UserStyle== */
@-moz-document domain("chapmanganato.to") {
img + div {
margin: 0 !important;
}
#top {
visibility: collapse;
}
.container-chapter-reader img {
width: 700px;
margin-top: 0 !important;
}
}