Created
October 6, 2014 20:46
-
-
Save duhruh/c808d9c0d9c363b545af to your computer and use it in GitHub Desktop.
debug your CSS layers
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
//http://arqex.com/939/learning-much-javascript-one-line-code | |
[].forEach.call($$("*"),function(a){ | |
a.style.outline="1px solid #"+(~~(Math.random()*(1<<24))).toString(16) | |
}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment