Created
September 29, 2014 18:57
-
-
Save yoksel/f58a43333d55c7a2c2f0 to your computer and use it in GitHub Desktop.
Bookmarklet for "Show layout" script (https://gist.github.com/addyosmani/fd3999ea7fce242756b1)
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
javascript:void(function(){[].forEach.call(document.querySelectorAll("*"),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