I want to disable onbeforeunload in Firefox browser. Don't tell me to disable JavaScript. I just want to disable this dialog box from appearing.
|
| ||||
|
feedback
|
migrated from stackoverflow.com Jul 10 '11 at 3:41
This question came from our site for professional and enthusiast programmers.
|
one thing i do when some annoying website run some stuff like that is overriding the functions. let me give you an example. in most cases if
You can override it using firebug console the same way
Note: I have encountered some script that use
simply override closing the window. I hope this answers your question | |||
|
feedback
|