Skip to content

WatchAsian Dark Mode v2.0 by sametchan

Screenshot of WatchAsian Dark Mode v2.0

Details

Authorsametchan

LicenseCC Samet Chan

Categorywatchasian

Created

Updated

Size1.4 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

WatchAsian for Dark mode enabled!

Notes

Added V1.0: Enable dark mode which makes your eyes better and no more fire!

Added V2.0: Domain for an extension have been changed from .sh to .pe

Source code

/* ==UserStyle==
@name           WatchAsian Dark Mode v1.0
@namespace      userstyles.world
@version        1.0.0
==/UserStyle== */
@-moz-document regexp(".*watchasian\\.pe/.*") {
body {
    font-size: 17px;
    color: white;
    line-height: 1.42857143;
    background: none;
    background-color: rgb(25, 25, 25);
    font-family: 'Lexend deca', sans-serif;
    overscroll-behavior: none;
}

.fanpage a {
    color: #fff;
}

.anime_muti_link ul li:nth-child(2n+1) {
    background-color: rgb(35, 35, 35);
}

.list-episode-item-2 li:hover,
.list-episode-item-2 li:nth-child(even) {
    background: rgb(35, 35, 35);
}



#reactions .reaction-items .reaction-item .reaction-item__button,
#reactions-promotion .reaction-items .reaction-item .reaction-item__button {
    position: relative;
    font-size: 14px;
    padding: 5px;
    color: white;
    margin: 0 8px 10px;
    border-radius: 6px;
    white-space: nowrap;
}

.spacing-bottom-small {
    margin-bottom: 5px;
    color: white;
}

.spacing-bottom {
    margin-bottom: 15px;
    color: white;
}

.watch-drama {
    position: relative;
    background-color: rgb(35, 35, 35);
}

.block,
.ads_place {
    border: 1px solid #eaeaea;
    margin-bottom: 10px;
    padding: 10px;
    background: rgb(35, 35, 35);
    position: relative;
    overflow: hidden;
}
}

Reviews

No reviews yet.