←back to thread

382 points DamonHD | 2 comments | | HN request time: 0.415s | source
1. HPsquared ◴[] No.43697809[source]
I wonder how much random noise (or other randomness) would have to be added to the pixelated version to make this method unusable.
replies(1): >>43697868 #
2. miki123211 ◴[] No.43697868[source]
If you really want that blur effect so badly, you can just replace your content with something innocuous, and then blur that innocuous content.

This is what you actually have to do with websites, e.g. when you want some content blurred when it's behind a paywall. If you leave the original text intact, people can just remove the CSS blur in dev tools.

Some implementations get this slightly wrong, and leave the placeholder content visible to accessibility tools, which sometimes produces hilarious and confusing results if you rely on those.