usoCheckup - Otto Install Theme

By Marti Last update Jan 22, 2013 — Installed 1,693 times.

Script Summary: Theme for usoCheckup that has no confirmation prompts other then GM's install dialog



Version: 0.0.9

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

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 ChromiumGoogle Chrome (Intel Only)
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
// ...
// usoCheckup grant permissions for Greasemonkey 1.x+
// @grant GM_getValue
// @grant GM_log
// @grant GM_openInTab
// @grant GM_registerMenuCommand
// @grant GM_setValue
// @grant GM_xmlhttpRequest
// ...
// ==/UserScript==

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