[Greasemonkey] Getting currently signed on user without parsing html or dom

daddydave daddydave at gmail.com
Mon May 29 09:49:21 EDT 2006


esquifit, Jonas, and chris

Thanks for the tips!

On 5/28/06, chris feldmann <cfeldmann at gmail.com> wrote:
> On 5/28/06, Jonas Galvez <jonasgalvez at gmail.com> wrote:
> > daddydave wrote:
>
> > > (By the way, can I just say "var usermatch;" instead of  "var
> > > usermatch = new Array();" ? It seems to work either way)
>
> Just on this one: I go like this:
>
> var usermatch = [];
>
> Same for objects:
> var usermatch = {};
>
> instead of = new Object();
>
> _______________________________________________
> Greasemonkey mailing list
> Greasemonkey at mozdev.org
> http://mozdev.org/mailman/listinfo/greasemonkey
>
>
>


More information about the Greasemonkey mailing list