[Greasemonkey] Component Not Available error with Firefox 1.5
beta 2
Alf Eaton
lists at hubmed.org
Sun Oct 9 15:24:03 EDT 2005
On 09 Oct 2005, at 13:02, Jeremy Dunck wrote:
> On 10/8/05, Alf Eaton <lists at hubmed.org> wrote:
>
>> Some scripts (about half) are still working though. I'm not sure
>> what's differentiating them yet - I can get this error even from a
>> script with all the code commented out.
>>
>
> OK, I think these (scripts not working; component error) may be
> unrelated. The XPCNativeWrapper change in 1.5 breaks lots of scripts.
>
> Can you send me an example script that's not working? I'm hoping its
> just broken due to the XPCNativeWrapper change.
Right, in Firefox 1.5 beta 2, Greasemonkey 0.62, Mac OS X.4.2, with
all other extensions disabled and all other scripts disabled, this
script:
------------------------
// ==UserScript==
// @name test
// @namespace http://www.example.com
// @description test
// @include http://*
// ==/UserScript==
GM_log('hello');
------------------------
produces a "Component is not available" error on
http://www.google.com
http://www.amazon.com
http://del.icio.us
http://flickr.com/
http://my.yahoo.com/
http://www.cnn.com/
http://macupdate.com/
but not on
http://mozdev.org
http://www.firefox.com
http://dev.upian.com/hotlinks/
http://mat.subsume.com/
I have no idea what the difference is between the sites that work and
the sites that don't. Also, some sites will produce the error, but
the embedded ads won't.
alf.
More information about the Greasemonkey
mailing list