Reduce blur of Spoilers on Reddit.
Reddit - Reduce Spoilers by alkarnur
Details
Authoralkarnur
LicenseNo License
Categoryreddit.com
Created
Updated
Size318 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 Reddit - Remove Spoilers
@version 20230618.12.32
@namespace ?
==/UserStyle== */
@-moz-document domain("reddit.com") {
img {
filter: none !important;
}
/* Hide popup that nags you to subscribe to subreddit notifications */
#popup-videos {
display: none;
}
}