Reputation: 20993
Is there a good way to store an extensive amount of data when using Greasemonkey for when GM_setValue
just doesn't cut it?
Upvotes: 9
Views: 4406
Reputation: 11
use Lubemonkey found on Gamecore.org, works the same as greasemonkey (even the same commands) but you can store the data in an sqlite database using pure SQL (insert,update, selects , joins etc).
Upvotes: 1
Reputation: 16558
Well here are the options:
If you write a Firefox extension (or in the future you could make a Jetpack and use the Page Mod JEP 107 which is being developed) then you can also read/write/delete files to the HD.
Upvotes: 5