Created
April 16, 2012 07:32
-
-
Save kemo/2396936 to your computer and use it in GitHub Desktop.
JavaScript Rocks DOM inspect widget by @madrobby
This file contains 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
// Just save the JS below as a bookmark and click it while on the page you wish to inspect | |
javascript:(function(){var script=document.createElement('script');script.type='text/javascript';script.src='http://javascriptrocks.com/tools/dommonster.js?'+(new Date().getTime());document.getElementsByTagName('body')[0].appendChild(script);})() |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment