vote up 1 vote down star

Several times I got into conditions my scripts threw alerts in high rates. While there is an alert modal window open, you can't do any other action in the browser. I am looking to develop an add-on that will enable me to kill or suspend the "thread" the alert modal window belongs to.
In What direction should I look?

flag

68% accept rate
Just by the way, Google Chrome has this enabled by default. After the second alert, you can check a box next to the 'ok' button to disable more alerts from being shown. – Chacha102 Jul 18 at 14:19

2 Answers

vote up 0 vote down

Maybe this could help?

How to stop javascript alert from showing after pressing ok

link|flag
vote up 1 vote down

If you're using alert(); for debugging purposes maybe look for a logger instead?

If you perhaps use Firebug for Firefox (which you should imo) you can make use of the console.log() or .debug() methods to log directly to the Firebug console.

link|flag
good idea (+1) but still not what I need. – Itay Moav Jul 18 at 19:38

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.