Skip to content

黑色网易云 by kasusa

Screenshot of 黑色网易云

Details

Authorkasusa

LicenseNo License

Categorymusic.163.com

Created

Updated

Size717 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

黑色网易云

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name       黑色网易云
@version    20240304.02.48
@namespace  ?
==/UserStyle== */

@-moz-document domain("music.163.com") {
/* 主要适配 推荐和播放页面 */

:root {
    --invert-var:0.9;
}
body{
    background: black;
}
#g_mymusic,.g-bd,.g-ft ,.g-bd4,.ban,#discover-module{
    filter: invert(var(--invert-var));
}
img{
    filter: invert(var(--invert-var));
}

/* 黑色字不容易看清,放大 */
body, textarea, select, input, button {
    font-size: 13px;
}

/* 不显示网易云黑椒盘位 */
.u-cover .bottom, .u-cover .msk, .n-musicsd .lst .avatar .msk {
    background: url(xxx) no-repeat;
}
.u-cover-6 img {
    transform: scale(1.5);
}
}

Reviews

No reviews yet.