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
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. |
|
Usage
// ==UserScript== // ... // @require http://pathto/scriptid.js?id=usoCheckup&custom=yes // @require http://userscripts.org/scripts/source/61794.user.js // ... // ==/UserScript== /* Some code */
pathto to an approved mirror and your scriptid)
















