How do I disable the nsfw blur?

For the past week since ankihub started updating note types my nsfw images have become blurred and I want to know how to keep them the way I had them before. This post brought up the same issue but there was no resolution. https://www.reddit.com/r/medicalschoolanki/comments/1d46gvm/remove_nsfw_blur_used_to_be_able_to_do/

Hello,

Check this post for the fix: Make blurred NSFW images in Anking a toggle option - #2 by Ahmed7

As refrenced in the reddit post I linked, this text can no longer be found in the styling section.

1 Like

@abdo.nh

The blur styling code should definitely be there in the styling section, but you can add this code before the line that says “USER CUSTOMIZATION END” if you can’t find it:

.blur {
  filter: blur(0px) !important;
}

You have to have the AnKing Note Types add-on installed for this change to be preserved after sync.

Found it, I was looking in the wrong section. Thank you!

This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.