Last active
August 29, 2015 14:09
-
-
Save miguelmota/6a753023d9d66a34846f to your computer and use it in GitHub Desktop.
Turn any webpage into a party. Paste in the console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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