Script Summary: DOM iframe Notifications in reverse order instead of JavaScript confirm/alert boxes
Version: 0.0.15
Copyright: 2010+, 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. This script shows how to make DOM Notification dialogs and some iframe interactivity using GM instead of using the default JavaScript alert and confirm boxes. Due to the changes at Moz this theme is "use at your own risk" and will probably be experimental for quite a while. |
|
Usage
// ==UserScript== // ... // @require http://pathto/scriptid.js?id=usoCheckup&custom=yes // @require http://userscripts.org/scripts/source/68506.user.js // ... // usoCheckup grant permissions for Greasemonkey 1.x+ // @grant GM_addStyle // @grant GM_getValue // @grant GM_log // @grant GM_openInTab // @grant GM_registerMenuCommand // @grant GM_setValue // @grant GM_xmlhttpRequest // ... // ==/UserScript== /* Some code */
pathto to an approved mirror and your scriptid)
















