[Greasemonkey] Re: Update?

Andre gm at andrecgn.de
Wed Feb 15 13:39:51 EST 2006


in the about:config page you can reset it, which sets it to the empty 
value. In most cases this is the same as if the value does not exist.

if that is not good enough
	- stop FireFox
	- go to your profile directory (usually one up from
	  your scripts dir)
	- backup prefs.js
	- edit prefs.js
	- search for "greasemonkey.scriptvals" or your parameter name
	- delete that line

Andre

Brendan Crosser-McGay wrote:
> No, I understand that, but I can't ERASE the value, thats what I'm
> interested in doing.  So that I can debug the script so that other people
> can use it effectively. ;)
> 
> On 2/15/06, Vectorspace <vectorspace at ntlworld.com> wrote:
>> Use about:config - that's where Greasemonkey stores preferences set by
>> its scripts. The about:config preference name is as follows:
>> greasemonkey.scriptvals.[script_namespace]/[script_name].[pref_name]
>>
>> Brendan Crosser-McGay wrote:
>>> I'm playing with the GM_setValue and GM_getValue, and I've put together
>> a
>>> rather detailed script with preferences and all that jazz (
>>> http://userscripts.org/scripts/show/1434)  But I wanted to know what the
>>> status was on the next update, I'm looking forward to an update that
>> will
>>> let me truly erase script set vals from firefox, so I can debug it
>>> properly.  ;)
>>>
>>> BTW, until that patch is out, does anyone know how to hack the values
>> out of
>>> there?  There has to be a way.
>>>
>>> big greasemonkey fan,
>>> -Brendan
>>>
>>> ------------------------------------------------------------------------
>>>
>>> _______________________________________________
>>> Greasemonkey mailing list
>>> Greasemonkey at mozdev.org
>>> http://mozdev.org/mailman/listinfo/greasemonkey
>>>
>> _______________________________________________
>> Greasemonkey mailing list
>> Greasemonkey at mozdev.org
>> http://mozdev.org/mailman/listinfo/greasemonkey
>>
>>
>> ------------------------------------------------------------------------
>>
>> _______________________________________________
>> Greasemonkey mailing list
>> Greasemonkey at mozdev.org
>> http://mozdev.org/mailman/listinfo/greasemonkey



More information about the Greasemonkey mailing list