Tiny alert() Hack for infinate loop

By cho45 Last update Sep 4, 2007 — Installed 144 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 2, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
Script Summary:
This script enables to cancel the script as showing alert.

This script has no discussions.

start the discussion

This script has no reviews.

When alert() is in infinite loop, you have to forcely terminate your browser.
This script replaces alert() to confirm(). You canceled the dialog, the script will be stopped.


無限ループ中やら長いループ中に alert() を書くと、ブラウザを強制終了せざるを得なくなります。
このスクリプトでは alert() を confirm() で置きかえ、各ダイアログでスクリプトを途中終了できるようにします。