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

Lemmy Support

4634 readers
3 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 !lemmy_support@lemmy.ml exists. I assume that these sorts of posts are supposed to go there. I will crosspost this to that community.

you are viewing a single comment's thread
view the rest of the comments
[–] tustamido@lemmy.fmhy.ml 4 points 1 year 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.