Skip to content

Instantly share code, notes, and snippets.

@kemo
Created April 16, 2012 07:32
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save kemo/2396936 to your computer and use it in GitHub Desktop.
Save kemo/2396936 to your computer and use it in GitHub Desktop.
JavaScript Rocks DOM inspect widget by @madrobby
// 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