Skip to content

MangaKakalot Personal Style by Nobepico

Screenshot of MangaKakalot Personal Style

Details

AuthorNobepico

LicenseNo License

Categorymangakakalot

Created

Updated

Size519 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Basically just fixes the weird gaps in between each frame of the comic strip.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       MangaKakalot
@version    20241022.17.51
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://mangakakalot.to/read/") {
.reading-inner .container-chapter-reader .card-wrap .image-vertical {
    max-width: 100%;
    height: auto;
    position: relative;
    z-index: 3;
    margin: -2.5px 0;
}

#uptop{
    visibility: collapse;
}

.reading-inner .container-chapter-reader .card-wrap {
    min-height: 0;
}

.reading-inner .container-chapter-reader {
    overflow-x: unset;
}
}

Reviews

No reviews yet.