Skip to content

Instantly share code, notes, and snippets.

@yoksel
Created September 29, 2014 18:57
Show Gist options
  • Save yoksel/f58a43333d55c7a2c2f0 to your computer and use it in GitHub Desktop.
Save yoksel/f58a43333d55c7a2c2f0 to your computer and use it in GitHub Desktop.
Bookmarklet for "Show layout" script (https://gist.github.com/addyosmani/fd3999ea7fce242756b1)
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