Skip to content

Instantly share code, notes, and snippets.

@phloe
Created July 22, 2012 14:24
Show Gist options
  • Save phloe/3159850 to your computer and use it in GitHub Desktop.
Save phloe/3159850 to your computer and use it in GitHub Desktop.
Blur document
document.body.appendChild(document.createElement("div")).innerHTML = "<svg><filter id='#'><feGaussianBlur stdDeviation='3'/></filter></svg>";
document.body.style.filter = "url(#\#)";
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment