72
Is it possible to disable blurring for NSFW content?
2y 11mon ago by lemmy.world/u/Kalcifer in lemmy@lemmy.mlIt 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.
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;
}
You can use an app like Jerboa which supports unblurring.