Skip to content

Instantly share code, notes, and snippets.

@jsmeltzer
Last active December 20, 2016 17:51
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jsmeltzer/adb4dc017a89d4de76e7dda2ab83c23b to your computer and use it in GitHub Desktop.
Save jsmeltzer/adb4dc017a89d4de76e7dda2ab83c23b to your computer and use it in GitHub Desktop.
CSS Blur Content
body.spam table[data-restricted="true"] {
-webkit-filter: blur(0.8px);
filter: blur(0.8px);
filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50) progid:DXImageTransform.Microsoft.Blur(PixelRadius='0.8');
opacity: 0.5;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment