Skip to content

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

Reduce blur of Spoilers on Reddit.

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;
}
}

Reviews

No reviews yet.