GM config: Difference between revisions
From GreaseSpot Wiki
Jump to navigationJump to search
→Usage: Refer to the wiki since the out-dated usage guide was removed. |
m →See also: Replaced broken GM_config Wiki link with the working one |
||
Line 17: | Line 17: | ||
== See also == | == See also == | ||
* [ | * [https://github.com/sizzlemctwizzle/GM_config/wiki GM_config Wiki] | ||
* [http://userscripts.org/groups/68 GM_config Dev] group at userscripts.org | * [http://userscripts.org/groups/68 GM_config Dev] group at userscripts.org | ||
* [https://github.com/sizzlemctwizzle/GM_config/ Source, at github.com] | * [https://github.com/sizzlemctwizzle/GM_config/ Source, at github.com] | ||
[[Category:@require Library]] | [[Category:@require Library]] |
Revision as of 02:02, 2 January 2013
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 "wiki" linked below.
See also
- GM_config Wiki
- GM_config Dev group at userscripts.org
- Source, at github.com