Created
April 5, 2022 14:45
-
-
Save tzvc/7aa9ca9b578d61e4dd7927e632dd6ef4 to your computer and use it in GitHub Desktop.
Close own window (don't ask me)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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