绳网去除图片模糊
绳网去糊 by Myitian
Details
AuthorMyitian
LicenseCC0
Category绳网
Created
Updated
Size387 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 20240815.09.15
@namespace net.myitian.style.noBlurInterKnot
@description 绳网去除图片模糊
@author Myitian
@license CC0
==/UserStyle== */
@-moz-document url-prefix("https://share121.github.io/inter-knot/"), domain("xn--5o0anh.top") {
/* 绳网去糊 */
img[style*=filter] {
filter: none !important;
}
}