Skip to content

Instantly share code, notes, and snippets.

@miguelmota
Last active August 29, 2015 14:09
Show Gist options
  • Save miguelmota/6a753023d9d66a34846f to your computer and use it in GitHub Desktop.
Save miguelmota/6a753023d9d66a34846f to your computer and use it in GitHub Desktop.
Turn any webpage into a party. Paste in the console
setInterval(function(){[].forEach.call($$('*'),function(a){a.style.outline='2px solid #'+(~~(Math.random()*(1<<24))).toString(16)})},100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment