Created
September 20, 2017 18:00
-
-
Save johnss/d5bae1a965f06b521a85a33d517d973a to your computer and use it in GitHub Desktop.
Revisions
-
johnss created this gist
Sep 20, 2017 .There are no files selected for viewing
This file contains hidden or 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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1 @@ var n=document.firstChild;while(n && n.nodeType!=Node.ELEMENT_NODE) n=n.nextSibling;document.write('<pre>' + n.outerHTML.replace(/&/g, '&').replace(/</g, '<font color=\'#aa6600\'><').replace(/>/g, '></font>'));