Skip to content

Instantly share code, notes, and snippets.

@Domin8-IPTV
Created October 24, 2019 01:29
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 Domin8-IPTV/e35e19b93b48fc87811fab2f244e84a3 to your computer and use it in GitHub Desktop.
Save Domin8-IPTV/e35e19b93b48fc87811fab2f244e84a3 to your computer and use it in GitHub Desktop.
javascript:(function()%7B function htmlEscape(s)%7Bs%3Ds.replace(/%26/g,%27%26amp%3B%27)%3Bs%3Ds.replace(/>/g,%27%26gt%3B%27)%3Bs%3Ds.replace(/</g,%27%26lt%3B%27)%3Breturn s%3B%7D x%3Dwindow.open()%3B x.document.write(%27<pre>%27 %2B htmlEscape(%27<html>%5Cn%27 %2B document.documentElement.innerHTML %2B %27%5Cn</html>%27))%3B x.document.close()%3B %7D)()%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment