|
Script Summary:
Theme for usoCheckup that has no confirmation prompts Version: 0.0.2 Copyright: 2009+, Marti Martz (http://userscripts.org/users/37004) License: GPL version 3 or any later version; http://www.gnu.org/copyleft/gpl.html |
this script has 3 topics, 4 posts |
This script has no reviews. |
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. If the default toggle widget is activated and executed via the Monkey Menu that also will still generate a modal alert box. There are multiple possibilities for making all dialogs generated from usoCheckup completely "silent" but it may not be recommended. |
|
Usage
// ==UserScript== // @name Your Script // @namespace http://www.example.com/gmscripts // @description Scripting is fun // @copyright 2009+, John Doe (http://www.example.com/~jdoe) // @license GPL v3 or any later version; http://www.gnu.org/copyleft/gpl.html // @license (CC); http://creativecommons.org/licenses/by-nc-sa/3.0 // @version 0.0.1 // @include http://www.example.com/* // @require http://pathto/scriptid.js?method=install&open=window&id=usoCheckup // @require http://userscripts.org/scripts/source/60926.user.js? // ==/UserScript== /* Some code */
pathto to an approved mirror and your scriptid)
















