-
Notifications
You must be signed in to change notification settings - Fork 59
Open
Description
could you implement a prevent accidental browser / browser tab close?
like this one: https://maki-chan.de/preventclose.htm
simple little js
window.onbeforeunload = function() {
return "Would you really like to close your browser?";
}
Metadata
Metadata
Assignees
Labels
No labels