show filter img
luohuaxiu.com by bluebabes
Details
Authorbluebabes
LicenseNo License
Categoryphoto
Created
Updated
Size345 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 luohuaxiu.com
@version 20220102.08.27
@namespace userstyles.world/user/bluebabes
@description show filter img
@author bluebabes
@license No License
==/UserStyle== */
@-moz-document domain("luohuaxiu.com") {
.article-content .gallery-blur-item img {
filter:none;
object-fit:contain;
}
}