Skip to content

Instantly share code, notes, and snippets.

@okanon
Last active April 20, 2018 15:18
Show Gist options
  • Save okanon/ab65cfa84bf37d608cb8c0ac0312eca2 to your computer and use it in GitHub Desktop.
Save okanon/ab65cfa84bf37d608cb8c0ac0312eca2 to your computer and use it in GitHub Desktop.
Safari view html source
javascript:d=document;
c=d.charset%7C%7C0;
i=0;
o=d.documentElement;
d.write(%22%3Cpre%3E%22+(o.outerHTML%7C%7Co.innerHTML).replace(/&/g,%22&%22).replace(/%3C/g,%
22<%22).replace(/%3E/g,%22>%22)+%22%3C/pre%3E%22);
c?d.charset=c:0;
void(document.close());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment