Skip to content

Pixiv 模糊 by minus_one

Screenshot of Pixiv 模糊

Details

Authorminus_one

License随意使用/修改(如果你看的懂的话(悲)

CategoryPixiv

Created

Updated

Size1.9 kB

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

对Pixiv UI的全面模糊。
包括主页和搜索页以及浏览页
低技术力。

Notes

Pixiv的样式名称真的太奇怪了,命名法则是什么啊?
预览图打了码请见谅。

Source code

/* ==UserStyle==
@name           Pixiv 模糊
@namespace      github.com/openstyles/stylus
@version        1.0.0
@description    Pixiv Blur
@author         jamiechen
==/UserStyle== */

@-moz-document  url-prefix("https://www.pixiv.net/") {
.phead{
    transition: .1s ease-in-out;
}
    :root {
        background-image:url(https://api.mtyqx.cn/api/random.php);  
        background-size: cover;
        background-repeat: no-repeat;
        background-position:center;
        background-attachment: fixed ;
    }
    div.sc-162tykz-0{
        background:#00000080;
        backdrop-filter: blur(15px)
    }
    div.sc-7y5v6m-0{
        background:#0000;
        backdrop-filter: blur(2px);            
    }
    div.sc-12xjnzy-1.expahI{
        display:none
    }

    div.sc-1nr368f-2{
        background:#00000080;
        backdrop-filter: blur(50px)
    }
    div.sc-1pt8s3a-1{
        display:none;
    }
    div.sc-1nr368f-3.dkdRNk{
        backdrop-filter: blur(15px) saturate(200%);
        background: #00000080;
        margin-right: -40px;
    }
  
    section.sc-171jvz-1.sc-171jvz-2.fXmjBM.YUFLT{
        background: #0000;
        margin-right: 15px;
        margin-left:0px;
        margin-bottom: -80px;
    }
    section.sc-181ts2x-0.gMEAWM{
        background:#00000080;
        backdrop-filter: blur(5px)
    }
   div.sc-ye57th-2.cxqcFu  {
        background: #0000
    }
    ul.sc-9y4be5-1.jtUPOE{
        background:#0000;
        backdrop-filter: blur(50px);
        margin-left: 0px;
        margin-right: -40px
    }
    button.sc-1ow64s0-1.cxMKm{
        backdrop-filter: blur(5px)
    }
    div.sc-12xjnzy-0.iqkFre{
        position:sticky;
        background-color:#00000080;
        backdrop-filter:blur(15px) saturate(200%);
    }
    div.sc-4nj1pr-0.iUhfll{
        position:sticky;
        background-color: #0000;
        margin-right: 20px
    }
}

Reviews

No reviews yet.