Skip to content

Instantly share code, notes, and snippets.

@loktar00
Created January 15, 2015 22:15
Show Gist options
  • Save loktar00/ab318bceed85c63027e9 to your computer and use it in GitHub Desktop.
Save loktar00/ab318bceed85c63027e9 to your computer and use it in GitHub Desktop.
headache inducer
javascript:(function()%7Bvar%20els%20%3D%20document.querySelector('html')%2CkeyFrames%20%3D%20'%40-webkit-keyframes%20blurAnim%20%7B%200%25%20%7B-webkit-filter%3A%20blur(0.2px)%3B%20%7D40%25%20%7B-webkit-filter%3A%20blur(0.6px)%3B%20%7D80%25%20%7B-webkit-filter%3A%20blur(0.3px)%3B%7D100%25%20%7B-webkit-filter%3A%20blur(0px)%3B%7D%7D'%3Bdocument.styleSheets%5B0%5D.insertRule(keyFrames%2C%200)%3Bels.style.webkitAnimation%20%3D%20'blurAnim%2010s%20infinite'%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment