Skip to content

Instantly share code, notes, and snippets.

@da411d
Last active November 13, 2019 16:42
Show Gist options
  • Save da411d/210d6556b88cc022f31d4a992fdfd505 to your computer and use it in GitHub Desktop.
Save da411d/210d6556b88cc022f31d4a992fdfd505 to your computer and use it in GitHub Desktop.
var yourWindow = window.open("", "hide_referrer");
yourWindow.opener = null;
yourWindow.document.open();
yourWindow.document.writeln('<!DOCTYPE html><html><head></head><body>123</body></html>');
yourWindow.document.close();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment