Greasy Fork is available in English.

Reddit spoiler blur remover

Remove all blur on spoiler images while keeping the NSFW setting. Supports external images too.

< Commentaires sur Reddit spoiler blur remover

Avis: Bon - le script fonctionne correctement

§
Posté le: 09/06/2022
Édité le: 09/06/2022

In case you aren't using the english version of reddit you might have to adjust the script to work for your language:
(30) let postImg = $(this).find('img[alt="Post image"], img[alt="< insert your localised alt here >"]');

In german this would be:
let postImg = $(this).find('img[alt="Post image"], img[alt="Beitragsbild"]');

§
Posté le: 31/07/2022

how is it actually working even for your english version? did u do something special? everything still blurred for me.

§
Posté le: 31/07/2022

The script has its limitations, but it works.
Considering how shit by design reddit is it's quite neat.
It can only unblur spoiler tagged images hosted by reddit.
The author also specifically doesn't unblur nsfw.
If you want to see spoiler tagged nsfw replace:
(25) if (!$(this).text().match(/nsfw/)) {
with
(25) if(true) {

§
Posté le: 16/09/2022

@DeLiXx that works thank you very much

§
Posté le: 19/09/2022

The script has its limitations, but it works.
Considering how shit by design reddit is it's quite neat.
It can only unblur spoiler tagged images hosted by reddit.
The author also specifically doesn't unblur nsfw.
If you want to see spoiler tagged nsfw replace:
(25) if (!$(this).text().match(/nsfw/)) {
with
(25) if(true) {

I tried this as well as the fixes you mentioned and still can't get the script to work for me. I wish it would, but no luck on my end.

Poster une réponse

Connectez-vous pour poster une réponse.