[Greasemonkey] API brainstorming: GM services?
Jeremy Dunck
jdunck at gmail.com
Thu Sep 22 08:26:28 EDT 2005
On 9/22/05, Matt Labrum <darktempler at gmail.com> wrote:
> this is a idea im quite liking . persistant objects could be used to "cache"
> data , ease constantly loading settings with GM_getValue on every page load
> , one would only have to read it once if it detects that object dosnt exist.
What's wrong with uneval'ing into GM_setValue and evaling back out later?
You can store values per-whatever (page, domain, *, etc).
As I said, sharing arbitrary stuff between pages and scripts = bad, I think.
More information about the Greasemonkey
mailing list