GM_config (eight's version)

A library to help you set up configure in greasemonkey script.

Mint 2014.12.29.. Lásd a legutóbbi verzió

Ezt a szkriptet nem ajánlott közvetlenül telepíteni. Ez egy könyvtár más szkriptek számára, amik tartalmazzák a // @require https://update.greasyfork.org/scripts/7212/29832/GM_config%20%28eight%27s%20version%29.js hivatkozást.

Fejlesztő
eight
Verzió
0.2.1
Létrehozva
2014.12.29.
Frissítve
2014.12.29.
Size
10 KB
Licensz
MIT

GM_config

A library to help you set up configure in greasemonkey script.

Features

  • Simple API to init config.
  • Can save boolean(checkbox), integer(number), and text.

Test page

https://rawgit.com/eight04/GM_config/master/demo.html

Todos

  • It may conflict with some CSS rule of original webpage. Use iframe instead?
  • Remove localStorage compatibility?

Changelog

  • 0.2.1 (Dec 29, 2014)
    • Add z-index to configi-dialog.
  • 0.2.0 (Dec 29, 2014)
    • Return config object after init.
  • 0.1.0 (Dec 29, 2014)
    • First release.