-
Notifications
You must be signed in to change notification settings - Fork 0
Chrome extension that adds confirmation box when closing tab/window
bbenko/close...NOT
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
This extension is usefull when you are filling out long forms, watch movies, listen to music, ... and you love to have lots of tabs open. Code is very simple, just one line of JavaScript that uses window.onbeforeunload event: window.onbeforeunload = function() {return 'close...NOT!';};
About
Chrome extension that adds confirmation box when closing tab/window
Resources
Stars
Watchers
Forks
Releases
No releases published
Packages 0
No packages published