usoCheckup - DOMNotify Theme

By Marti Last update Dec 1, 2011 — Installed 41,631 times.


Script Summary: DOM Notifications instead of JavaScript confirm/alert boxes

Version: 0.1.10

Copyright: 2009+, Marti Martz (http://userscripts.org/users/37004)

License: GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html

Script homepage

Thumb Thumb Thumb

NOTE

Some links on this page will NOT WORK without uso - Anchor Bookmarks

Description

This script does nothing by itself but is used in conjunction with the top level script (yours) and the usoCheckup JavaScript API. It also assumes that you are familiar with the usoCheckup JavaScript API.

If a script is unlisted by USO you will still get a USO/GM generated, modal alert box error.

This script shows how to make DOM Notification dialogs instead of using the default JavaScript alert and confirm boxes.
Compatibility Matrix
This Script is compatible with... usoCheckup Automatic Script Updater
Mozilla Firefox
Mozilla Seamonkey
KDE Konqueror
Apple Safari
Opera Software Opera
Microsoft Internet Explorer
Google ChromiumGoogle Chrome (Intel Only)
Linux
Greasemonkey
Greasemonkey Port
Macintosh
Greasemonkey
Greasemonkey Port
Windows
Greasemonkey
Greasemonkey Port
(TIP: Hover your mouse over an icon)

Usage

// ==UserScript==
// ...
// @require  http://pathto/scriptid.js?id=usoCheckup&custom=yes
// @require  http://userscripts.org/scripts/source/61794.user.js
// ...
// ==/UserScript==

  /* Some code */
(TIP: Don't forget to change the pathto to an approved mirror and your scriptid)