dbader / dbader/large-type.com
new feature: prevent tab close
Open
- Dominant language
- JavaScript
- Stars
- 213
- Forks
- 58
- PR merge metrics
- No merged PRs in 30d
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?";
}
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.