Skip to content

KaliScan Personal Style by Nobepico

Screenshot of KaliScan Personal Style

Details

AuthorNobepico

LicenseNo License

Categorykaliscan

Created

Updated

Size846 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

The only thing it does is make almost everything an ugly gray. So it can be quite a blast to the eyes.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       KaliScan
@version    20241022.17.35
@namespace  ?
==/UserStyle== */

@-moz-document url-prefix("https://kaliscan.io/manga/") {
.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.