Skip to content

Instantly share code, notes, and snippets.

@johnss
Created September 20, 2017 18:00
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 johnss/d5bae1a965f06b521a85a33d517d973a to your computer and use it in GitHub Desktop.
Save johnss/d5bae1a965f06b521a85a33d517d973a to your computer and use it in GitHub Desktop.
Javascript Source Viewer
var n=document.firstChild;while(n && n.nodeType!=Node.ELEMENT_NODE) n=n.nextSibling;document.write('<pre>' + n.outerHTML.replace(/&/g, '&amp;').replace(/</g, '<font color=\'#aa6600\'>&lt;').replace(/>/g, '&gt;</font>'));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment