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

chris feldmann cfeldmann at gmail.com
Sun May 28 16:06:16 EDT 2006


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();


More information about the Greasemonkey mailing list