[Greasemonkey] APIs
Martin Sarsale
martin at malditainternet.com
Sun Sep 4 21:20:11 EDT 2005
On 9/3/05, Jeremy Dunck <jdunck at gmail.com> wrote:
> On 9/3/05, Aaron Boodman <zboogs at gmail.com> wrote:
> > What I'd like to do is compile a list of APIs to add to a future
> > version of Greasemonkey. I started it here:
this is the one I added
GM_remoteGetValue (and Set): works exactly like gm_setValue but stores
the data (possibly crypted) in a remote, user configurable server.
then, you can have the same preferences/configs/whatever on different
computers. The remote server should be configured script-wide. The
server should have a REST simple interface and we should release a
open source version of it.
More information about the Greasemonkey
mailing list