[Greasemonkey] Odd behaviour in ebay search script

Aaron Boodman zboogs at gmail.com
Wed Nov 30 16:36:09 EST 2005


Fix here:
http://www.userscripts.org/fixes/ebaysearchpictures.user.js

- a

On 11/30/05, Aaron Boodman <zboogs at gmail.com> wrote:
> On 11/30/05, John Plsek <jplsek at iinet.net.au> wrote:
> > First, the script ... http://userscripts.org/scripts/show/1363
>
> This had some XPCNativeWrapper issues. I have fixed it and will post
> the new script in a second.
>
> > in fact, even my favorite script, addcsssignature.user.js
> >
> >   if (document.body && document.body.id == '')
> >     document.body.id = location.host.replace(/\./g,'-').toLowerCase();
>
> I do not get this error. The following script works as expected for me
> with 0.6.4 that was just posted to greaseblog:
>
> <snip>
> if (document.body && document.body.id == '')
>    document.body.id = location.host.replace(/\./g,'-').toLowerCase();
>
> alert(document.body.id);
> </snip>
>
> - a
>


More information about the Greasemonkey mailing list