[Greasemonkey] Can greasemonkey set user prefs?
Jeremy Dunck
jdunck at gmail.com
Thu Aug 24 20:54:59 EDT 2006
On 8/24/06, beejamin <ben at caramel.com.au> wrote:
>
> OK - I've checked the methods that GM uses to set it's own prefs.
>
> The compiler works - gives me an .xpi - but when I install I receive 'This
> extension is only compatible with FF 0.9 -1.0'. Is this a limitation of the
> compiler, or is it determined by my code?
You'll want to tweak the included RDF file's em:maxVersion attribute
to something like this:
em:maxVersion="1.5.0.*"
More information about the Greasemonkey
mailing list