On Sat, Feb 27, 2016 at 7:42 PM, Daniel Wynalda <[email protected]> wrote:
> I notice that old versions of Greasemonkey kept the setValue data in the > area where about:config in firefox could see them. Now they aren't > visible. Are there any tools that can be used to identify what is stored > in the GM_getValue and GM_setValue storage area? I'd like to see if > there's something unique about the data being stored for specific people > (perhaps a runaway loop storing a ton of data or something) Normally digging into internals like this isn't supported, but for debugging it's reasonable. In the http://wiki.greasespot.net/Scripts_directory where your script is installed, there should be a .db file. It's a SQLite database, and that's where the preferences are now stored. -- You received this message because you are subscribed to the Google Groups "greasemonkey-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/d/optout.
