[Greasemonkey] Getting currently signed on user without parsing
html or dom
Jeremy Dunck
jdunck at gmail.com
Sat May 27 12:23:37 EDT 2006
On 5/26/06, daddydave <daddydave at gmail.com> wrote:
> Anything else I might check to find some way to get the signed on
> username from the server directly? I know I am probably grasping at
> straws here.
Generally that's handled with cookies, but ma.gnolia's are pretty
opaque. And even then, it's not generally the user name but rather
the ID or session handle (which then has the user id).
I think parsing the html is about as good as you'll get.
More information about the Greasemonkey
mailing list