this post was submitted on 08 Jul 2023
3 points (100.0% liked)

Lemmy Support

4693 readers
13 users here now

Support / questions about Lemmy.

Matrix Space: #lemmy-space

founded 5 years ago
MODERATORS
 

cross-posted from: https://lemmy.world/post/1172020

It appears that all NSFW content is blurred. I looked in the user settings, and I don't appear to have any option to disable it. All that I see is the following:

Edit: I just found out that [email protected] exists. I assume that these sorts of posts are supposed to go there. I will crosspost this to that community.

top 3 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 2 years ago

Watch the reported issue.

As for now, you can install an extension like Stylus and create a style like this:

/*
==UserCSS==
@name             Lemmy Unblur
@match            https://lemmy.world/*
@match            https://lemmy.fmhy.ml/*
@version          1.0
==/UserCSS==
*/

.img-blur {
  filter: none !important;
}

I'm using it with FireMonkey on Firefox, but I believe it should work with Stylus too.

For those using other Lemmy instances, you need to edit or duplicate the @match line with the URL of the one you're using.

[–] [email protected] 1 points 2 years ago

You may want to consider posting an enhancement request to https://github.com/LemmyNet/lemmy/issues . The two developers are swamped, though, so most likely, what you see is what you get, or maybe the apps will be different?

[–] [email protected] 1 points 2 years ago* (last edited 2 years ago)

https://github.com/howdy-tsc/LemmyTools

Lemmy tools has the unblur nsfw option

load more comments
view more: next ›