移除水印
知乎 移除水印 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;
}
}