适用于在所有白色背景上辅助检查页面上是否存在水印的工具
水印检测 by mscststs
Details
Authormscststs
LicenseNo License
Categorywatermark
Created
Updated
Size304 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.com
@version 1.0.0
@description A watermark detector
@author mscststs
==/UserStyle== */
@-moz-document url-prefix("http") {
/* 在此插入代码... */
html{
filter:invert() brightness(100);
}
}