usoCheckup - Null Theme

By Marti Last update Oct 31, 2009 — Installed 7 times. Daily Installs: 0, 0, 0, 0, 1, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 1
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

Script homepage

Recently Updated TopicsPosts
CHANGELOG2
SUGGESTIONS1
ERRATA1

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.
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 Chrome
Linux
Greasemonkey
Greasemonkey Port
Macintosh
Greasemonkey
Greasemonkey Port
Windows
Greasemonkey
Greasemonkey Port

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
*/
(TIP: Don't forget to change the pathto to an approved mirror and your scriptid)