[Greasemonkey] Odd behaviour in ebay search script
Aaron Boodman
zboogs at gmail.com
Sun Dec 4 16:45:41 EST 2005
It's not that complex. Greasemonkey 0.6.4 was *released*. It's
available on http://greasemonkey.mozdev.org.
- a
On 11/30/05, Bill Hilke <whilke at gmail.com> wrote:
> what GM version are you using?
>
> you might need to get the 0.6.4 branch from CVS, as a change was made
> to fix sites that set document.domain.
>
> If you want I can send you an xpi of the 0.6.4 branch just after that
> fix was made, it resolved my issues.
>
>
> On 11/30/05, John Plsek <jplsek at iinet.net.au> wrote:
> > First, the script ... http://userscripts.org/scripts/show/1363
> >
> > It craps out ... even if the script is JUST
> > GM_log(document.body.nodeName) ... get an error:
> >
> > Error: Permission denied to get property HTMLDocument.body
> > Source File: ebaysearchpictures.user.js
> > Line: 0
> > Source Code:
> > 0
> >
> > I'm at a loss
> >
> > in fact, even my favorite script, addcsssignature.user.js
> >
> > if (document.body && document.body.id == '')
> > document.body.id = location.host.replace(/\./g,'-').toLowerCase();
> >
> > craps out with the same error... even on ebay.com ... have ebay figured
> > out a way to prevent GM execution?
> >
> > J
> > _______________________________________________
> > Greasemonkey mailing list
> > Greasemonkey at mozdev.org
> > http://mozdev.org/mailman/listinfo/greasemonkey
> >
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>
More information about the Greasemonkey
mailing list