Spyke

Syndicated from the fediverse. Read and engage on the original instance.

View original on lemmy.world
support·Lemmy.world SupportbyGalaxyboy_3598

How to unblur NSFW posts on feed on official Lemmy website in browser?

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.

View original on lemmy.world
4

2 replies

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;
	}
2

You reached the end

How to unblur NSFW posts on feed on official Lemmy website in browser? | Spyke