I want to stop an alert box being popped up by the browser using Javascript, as I find it bothersome. Is there any way to do this? Perhaps an addon, or script?
|
|
One can interpret the question in two ways: 1.I want to use javascript to stop alert boxes You can override the
Unfortunately, the usual fiend (IE) will not accept this, as 2.I want to stop alert boxes spawned by javascript You can't turn off specific features. You either disable javascript, or deal with it. |
|||||
|
|
in Firefox and Chrome this option is built in (after the first popup, if consecutive popups are your concern)
or if you use FireFox you can install greasemonkey and this user script OR if you are the webpage owner and you want to disable alerts on your own site (for what reason I don't know)
|
|||
|
|
