Skip to content

Instantly share code, notes, and snippets.

@tzvc
Created April 5, 2022 14:45
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 tzvc/7aa9ca9b578d61e4dd7927e632dd6ef4 to your computer and use it in GitHub Desktop.
Save tzvc/7aa9ca9b578d61e4dd7927e632dd6ef4 to your computer and use it in GitHub Desktop.
Close own window (don't ask me)
window.onload = function load() {
window.close('','_parent','');
};
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment