GM config: Difference between revisions

From GreaseSpot Wiki
Jump to navigationJump to search
(→‎See also: Removed the link to the guide since it's out of date and added a link to the new wiki)
(→‎Usage: Refer to the wiki since the out-dated usage guide was removed.)
Line 13: Line 13:
<pre class='sample'>// @require http://github.com/sizzlemctwizzle/GM_config/raw/master/gm_config.js</pre>
<pre class='sample'>// @require http://github.com/sizzlemctwizzle/GM_config/raw/master/gm_config.js</pre>


For detailed usage and reference, please see the "usage guide" linked below.
For detailed usage and reference, please see the "wiki" linked below.


== See also ==
== See also ==

Revision as of 22:38, 8 August 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 "wiki" linked below.

See also