MonkeyConfig icon indicating copy to clipboard operation
MonkeyConfig copied to clipboard

Easy configuration dialog builder for user scripts

Results 9 MonkeyConfig issues
Sort by recently updated
recently updated
newest added

The default userscript metadata doesn't work, and doesn't raise an error. Add a copy 'n' pasteable stanza that works so the library can be used without diving into the source...

From README, both ![Example configuration dialog](http://img691.imageshack.us/img691/6382/dialogs.png) and ![Menu item to open the configuration dialog](http://img651.imageshack.us/img651/325/menuitemopc.png) lead to the main page of https://imageshack.com/.

Please, add support for url field and numeric field.

just to let you know that i still use your library on every script :) thank you for your time.

`GM_getMetadata` is only supported by Scriptish, which has been dead for some time. (Additionally) use [`GM_info.script.name`](http://wiki.greasespot.net/GM_info), which is supported by Greasemonkey, Tampermonkey etc.

In TamperMonkey, it resets to the default values every time you load a webpage on a different domain from the one you set the values on.

fix save button im Tampermonkey (https://github.com/odyniec/MonkeyConfig/issues/3)

The "Save" button in the configuration dialog does not work in Tampermonkey with Firefox 57 Error message in console: `TypeError: params[name] is undefined` ![image](https://user-images.githubusercontent.com/2324670/32969886-01da37e6-cbe7-11e7-966a-f28ae79e66de.png)

thx for MonkeyConfig, used it for years, hope maybe something can be looked at: The right-side of the config dialog box gets cropped. It doesn't always happen and can go...