Skip to content

bbenko/close...NOT

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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!';};