Skip to content

知乎 移除水印 by mscststs

Details

Authormscststs

LicenseNo License

Categoryremove watermark

Created

Updated

Size313 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           知乎 移除水印
@namespace     mscststs
@version        1.0.0
@description    移除水印
@author         mscststs
==/UserStyle== */

@-moz-document domain("www.zhihu.com") {
    /* 在此插入代码... */
    div#root >div > div[class^='css']{
        display:none;
    }
}

Reviews

No reviews yet.