Blurs nudity and visual novels until you hover over them
Blur nudity, visual novels by GreenMan36
Details
AuthorGreenMan36
LicenseNo License
Categoryigg-games.com
Created
Updated
Size482 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 Blur nudity, visual novels
@version 20240427.20.17
@namespace ?
==/UserStyle== */
@-moz-document domain("igg-games.com") {
article:has(:is(
a[href$="/pc-nudity-games"],
a[href$="/pcgames-visual-novel-vn"]
)) {
filter: blur(8px) saturate(0.5);
transition: filter .4s ease-in .1s;
}
article:has(:is(
a[href$="/pc-nudity-games"],
a[href$="/pcgames-visual-novel-vn"]
)):hover {
filter: blur(0) saturate(1);
transition: filter .1s;
}
}