GM config: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
remove dead link |
m →See also: source link |
||
Line 19: | Line 19: | ||
* [http://userscripts.org/groups/68 GM_config Dev] group at userscripts.org | * [http://userscripts.org/groups/68 GM_config Dev] group at userscripts.org | ||
* [http://userscripts.org/guides/11 Usage guide] | * [http://userscripts.org/guides/11 Usage guide] | ||
* [https://github.com/sizzlemctwizzle/GM_config/ Source, at github.com] | |||
[[Category:@require Library]] | [[Category:@require Library]] |
Revision as of 14:49, 14 April 2011
Note: This tool, despite its name, is not an official Greasemonkey API.
Description
The purpose of GM_config is to create a lightweight graphical settings dialog that can be easily used in user scripts, through @require.
Usage
To use this tool in your script, simply include in the Metadata Block, for example:
// @require http://github.com/sizzlemctwizzle/GM_config/raw/master/gm_config.js
For detailed usage and reference, please see the "usage guide" linked below.
See also
- GM_config Dev group at userscripts.org
- Usage guide
- Source, at github.com