Advertisement
pahapoika91

Blur

Dec 23rd, 2016
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <script>
  2. // Author: pahapoika91
  3. // Name: Blur
  4. // Description: Blurs the page (Makes it unreadable.
  5.  
  6. window.onload = function() { document.body.style.webkitFilter="blur(5px)"; }
  7. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement