On 10/18/11 8:33 AM, Matt Sargent wrote:
Scripts can only access the values they set, so there's no "one time" solution, as you asked for, if you need to remove the value from multiple scripts.

On 10/18/2011 1:39 AM, zi gengdi wrote:
I stored many variables by doing GM_setValue();
  Is there a way to delete all these variables at one time?
in Firefox, about:config, variables: "count"  and "kwtmp", is as
follows:
"greasemonkey.scriptvals.tag: URI/get_query.count; 198
greasemonkey.scriptvals.tag: URI/get_query.kwtmp; parseInt
What I want to do is delete them at one time.

If you're willing to cheat...

User prefs are set by prefs.js, which is in the top level of the directory for the profile you're using. You can edit that file directly. Make sure Firefox isn't running, back up the file, and just delete the lines you want to get rid of.

Brian

--
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en.

Reply via email to