Minimal blur filter applied on thumbnails and covers on netflix for de-spoiler.
Blur spoilery images on Netflix.com by mzzfederico
Details
Authormzzfederico
LicenseNo License
Categorynetflix.com
Created
Updated
Size325 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 spoilers on netflix.com
@version 20230623.22.23
@namespace ?
==/UserStyle== */
@-moz-document domain("netflix.com") {
.titleCard-imageWrapper {
filter: blur(5px);
}
.titleCard-synopsis {
filter: blur(5px);
}
.storyArt img {
filter: blur(20px);
display: none;
}
}