New Feature: Blurred NSFW content + Policy reminder
While we allow NSFW content to be posted on Blender Artists, it’s not suited for some people or situations. To help make Blender Artists a little safer, I just added a simple ‘NSFW Blur’ feature. It adds a rollover blur and message to any media that’s featured in a topic that has the #nsfw tag:
All posts that contain either graphical or verbal NSWF content MUST be tagged #nswf
We’re currently discussing the exact boundaries of what is still NSFW and when work becomes unsuitable for Blender Artists, but for now we draw the line at explicit sexual/pornographic work. Just apply common sense
Known issues
Support on mobile devices is still lacking
I haven’t tested every browser on the planet yet
Please report any issues that you may find here. Thanks!
This is a good thing, the old argument “don’t like it, don’t look” really breaks down when you have large thumbnail previews for threads rather than just the title.
We must keep in mind that BA is a site visited by people of all ages and all cultures, and that this is the only real place for Blender users to get good quality support. Not everyone is wholly accepting of nudity and some other types of content like what is often seen in Europe.
Sure, was about to add that manually adding filter: blur(10px); in inspector did work though.
And now can confirm working on waterfox.
edit: And opera is confirmed working too.
edit2: looking at the actual topic now, apparently even the emoticons are getting blurred, guess you added the filter to all images on the page.
Should be possible to give user uploaded images a separate class or id to apply the filter only to those or alternatively use the img class="emoji" to create a separate rule for the emoticons to not be blurred.
Might be as simple as the filter is applyed only to images with the NSFW tag, but the tag gets added to the emoji’s too.
If your mouse happens to be over the middle of your browser as you scroll through a post, it sort of defeats the purpose. Maybe it should be click to un-blur rather than hover over?
I agree that would be better, but also a lot harder given the Discourse architecture. That’s why I settled for a CSS-only solution. If you know an ‘on-click’ solution for CSS I’d love to hear it!
How difficult would it be to add an option in preferences? I’m an adult and not easily offended, so would rather just disable the blur entirely. But if it’s a giant hassle, I can deal with the blur—this place rarely has nsfw content anyway.
You could lengthen the css transform used to animate the unblurring so that when someone happens to just scroll over it they wouldn’t really even notice it.
It is the first thing I do whenever I register on sites - I disable any “mature filters”. You should have prioritized adding a setting to disable the censorship before implementing any.