[Greasemonkey] Re: Greasemonkey 0.6.0 - preview
Aaron Boodman
zboogs at gmail.com
Mon Sep 5 20:41:33 EDT 2005
On 9/5/05, dmccunney <dennis.mccunney at gmail.com> wrote:
> One other clarification, please: will this work in FF 1.0X, or is it
> Deer Park.nightly/1.5 beta specific?
Technically, yeah. But because of a bug in FF <= DPa2, the following
common pattern for userscripts does not work:
(function() {
function foo() {
}
foo();
})();
But it does in recent nightlies.
--
Aaron
More information about the Greasemonkey
mailing list