| |
| Title: |
Stoppable Alerts |
| Date Added: |
| 2010-02-04 14:09:13 |
Installs: |
560 |
|
| Description: |
Don't you just hate those endless pop-up alert boxes that sometimes appear as a joke or due to bad coding? I do! This script replaces the default javascript "alert" boxes with a dialog, where clicking "cancel" will cancel further alerts! No more alert-hell! |
| Preview of Stoppable Alerts |
|
| View script source of Stoppable Alerts |
|
| Comment of Stoppable Alerts |
 |
[2010-04-07 16:50:57]kulikov0728 says: |
// ==UserScript==
// @name Stoppable Alert
// @description Replaces the default javascript "alert" boxes with a dialog, where clicking "no" will cancel further alerts.
// @include *
// @author Protector one
// @date 4 feb 2010
// @version 1.0
// ==/UserScript==
var stopnewalerts = false, $alert = window.alert;
window.alert = function(x){stopnewalerts || (stopnewalerts = !confirm(x))}; |
|
|
| |
| Written by |
|
 |
| Name: | Protector0ne |
| Scripts: | 19 |
| Styles: | 1 |
| Plugins: | 0 |
| Tags |
|
| alert javascript pop-up |
|
| About IE7Pro |
| IE7Pro is a plugin for the Internet Explorer web browser. It allows you to change how your favorite pages behave and look. There are many scripts that have already been written, and if you know javascript you can easily create your own! This site is a repository to download and install IE user scripts. |
| How to install user script |
1 . First you should have install IE7Pro 0.9.12 and above which support IE user scripts. 2. Check if IE7Pro "Preference" - "User Scripts" - "EnabLe User Script" is enabled. 3. Find your favorite scripts on iescripts.org and click "Install This Script" . |
| |
|
|
| |