[Greasemonkey] Re: Update?

Nikolas Coukouma lists at atrus.org
Wed Feb 15 10:37:49 EST 2006


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1

Andre wrote:
> 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
If you need to get rid of a all the preferences for a script, I
recommend using grep -v . The -v option inverts matching (so it prints
everything that *does not* match the pattern). For example,

grep -v 'namespace/script' prefs.js > prefs.js.mod

Cheers,
- -Nikolas
>
> 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. ;)
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.0 (Darwin)

iD8DBQFD80rMs2zR4YuWmeERAgC4AJ4zkH02Nt/PM9LfGDq4q84Op/6KQQCeLxp/
yFqh0UjR/tetIhtdkQWt6SU=
=tYIb
-----END PGP SIGNATURE-----



More information about the Greasemonkey mailing list