this post was submitted on 08 Jul 2023
7 points (76.9% liked)

Lemmy

2172 readers
13 users here now

Everything about Lemmy; bugs, gripes, praises, and advocacy.

For discussion about the lemmy.ml instance, go to [email protected].

founded 4 years ago
MODERATORS
 

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 2 comments
sorted by: hot top controversial new old
[โ€“] [email protected] 3 points 2 years ago

Add custom CSS to your userstyles manager.

/* NSFW automatic un-blur */
/**************************/
.img-blur {
	filter: none !important;
	-webkit-filter: none !important;
	 -moz-filter: none !important;
	 -o-filter: none !important;
	 -ms-filter: none !important;
	}
[โ€“] [email protected] 2 points 2 years ago

You can use an app like Jerboa which supports unblurring.