Skip to content

Instantly share code, notes, and snippets.

@sum-catnip
Created January 18, 2020 14:45
Show Gist options
  • Save sum-catnip/4cf8bae4e150a94eb046e4d930cc618d to your computer and use it in GitHub Desktop.
Save sum-catnip/4cf8bae4e150a94eb046e4d930cc618d to your computer and use it in GitHub Desktop.
about:blank popup (not sure why this is possible..)
<html>
<body>
<script>
w = window.open('', '_system', 'width=1, height=1');
var q = '<html><head><title>kektop</title></head><body>kektop</body></html>'
w.document.body.innerHTML = q;
</script>
<body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment