Changes comic strip size.
Chapmanganato Personal Style by Nobepico
Details
AuthorNobepico
LicenseNo License
Categorychapmanganato
Created
Updated
Size295 B
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
@version 20241022.17.58
@namespace ?
==/UserStyle== */
@-moz-document domain("chapmanganato.to") {
img + div {
margin: 0 !important;
}
#top {
visibility: collapse;
}
.container-chapter-reader img {
width: 700px;
}
}