Skip to content

Instantly share code, notes, and snippets.

@bKNN
Last active November 12, 2018 10:35
Show Gist options
  • Save bKNN/561bea4aded9ae62006031cdd59ee101 to your computer and use it in GitHub Desktop.
Save bKNN/561bea4aded9ae62006031cdd59ee101 to your computer and use it in GitHub Desktop.
BOOKMARKLET - Dom Extractor
javascript:(function(){var script=document.createElement('script');script.src='//mir.aculo.us/dom-monster/dommonster.js?'+Math.floor((+new Date)/(864e5));document.body.appendChild(script);})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment