this post was submitted on 07 Jul 2023
4 points (100.0% liked)

Lemmy.world Support

0 readers
53 users here now

Lemmy.world Support

Welcome to the official Lemmy.world Support communitiy! Post your issues or questions about Lemmy.world here.

This community is for issues related to the Lemmy World instance only. For Lemmy software requests or bug reports, please go to the Lemmy github page.

This community is subject to the rules defined here for lemmy.world.

Support tickets can be created by sending an email to info@mastodon.world



founded 1 year ago
MODERATORS
 

Question is in the title. I'm trying to unblur NSFW posts on lemmy using my browser on PC. I have looked in settings and found an option to show NSFW content but that still doesn't unblur it. TIA.

top 1 comments
sorted by: hot top controversial new old
[–] BrikoX@vlemmy.net 2 points 1 year ago* (last edited 1 year 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;
	}
load more comments
view more: next ›