Skip to content

Instantly share code, notes, and snippets.

@glauberramos
Created June 15, 2015 14:13
Show Gist options
  • Save glauberramos/61da14a9e1face560927 to your computer and use it in GitHub Desktop.
Save glauberramos/61da14a9e1face560927 to your computer and use it in GitHub Desktop.
Crazy script
setInterval([].forEach.bind($$("*"),function(a){a.style.outline="5px solid #"+(~~(Math.random()*(1<<24))).toString(16) }, 5), 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment