[Greasemonkey] GM 0.62 and Mint stats tracker: Component not
available error
Ori Avtalion
oavtal at bezeqint.net
Fri Oct 7 20:41:52 EDT 2005
I'm using Firefox 1.5 Beta 2
Greasemonkey 0.6.2
Here's a script:
Try it on any website. see that it works.
Then try it on http://www.amazon.com
// ==UserScript==
// @name Test
// @namespace http://www.salty-horse.org
// @description a test
// @include *
// ==/UserScript==
(function()
{
alert("ook!");
})();
// end
on 7/10/2005 18:39 Gareth Andrew wrote:
> Ori,
>
> I'd like to help but I can't reproduce the error, what version of
> firefox are you running? Can you reproduce the error with just a super
> simple script (ie. a script that just does alert("test") or something
> like that).
>
> Gareth
More information about the Greasemonkey
mailing list