Autologin

By Henrik N Last update Dec 16, 2008 — Installed 52,409 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 17 posts, 10 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
stevesumner User

How do you get the generated bookmark to press "enter" as well, or submit the form? I can't get it to work for www.flybuys.co.nz.

 
esquifit Scriptwright

Concerning my last comment, see https://bugzilla.mozilla.org/show_bug.cgi?id=37...

 
esquifit Scriptwright

Support for parameter values containing the '&' sign is broken again (see my comments at the bottom). This is due to the fact that location.hash automatically resolves any occurrence of '%26' into '&'. On the other hand, location or location.href do not do the conversion. Not sure whether a feature or a bug, because normally no '&'-separated 'param=value' pairs are expected after the '#' (no idea if the URL specs forbids this).

 
Henrik N Script's Author

idon'tknow: You set keyboard focus on it, e.g. click inside some form field so that if you would press a letter key, it would appear in the field.

 
idon'tknow User

i'm a total noob, how do i focus a form?

 
Henrik N Script's Author

Batshua: Weird. I see it with Fx 2.0.0.9. Are you looking under Tools > Greasemonkey > User Script Commands?

 
Batshua User

I'm using Firefox 2.0.0.9. I *just* installed this script, so I have no saved sites. I can't get this script to work, by which I mean "Create autologin from form" doesn't appear in the menu where it belongs.

 
Indoobidubly User

"I'm using FF2.0 and I can't get this script to work. The Allow Password Remembering works great, though. I tested AutoLogin on Yahoo and Gmail and it didn't work for either. However the script "Gmail Auto-Login" works fine.

 
Henrik N Script's Author

Made it a lot easier to create autologins, by simply filling out the form and running a menu command. See description above.

Mysteriously Nameless User: Not really possible, I'm afraid, unless I'd fake out a "HTML prompt". Don't plan on doing that.

Matador: Don't have an account, but a quick test suggests this script should work with Hotmail.

Buggy Menot: auctionsniper.com does indeed not seem to work. Not really time to look into now, but perhaps it's a matter of them doing some onclick stuff that a submit() doesn't trigger.

 
Buggy Menot Scriptwright

auctionsniper.com does not seem to work either. maybe i am doing something wrong?

 
Matador User

Would be nice to be able to login to hotmail accounts with this great tool.

 
mar 1 Scriptwright

A little remark: In the current implementation of the prompt box for not given values, passwords are visible and not hidden by stars. Would it be possible to change this?

 
Henrik N Script's Author

Thanks, esquifit, added that piece of code. Also made it so that empty values are prompted for (e.g. "username=Blah&password=&foo=bar" will prompt you for the password).

 
esquifit Scriptwright

Regarding my previous comment: the solution amounts to just replacing 'q[1]' by 'decodeURIComponent(q[1])' in the last but one line of the script. In this way you can use the url-encoded values in the parameters string.

 
esquifit Scriptwright

Fine. Anyway, there's a problem with form parameters containing an '&'; in this case using '&' directly in the url causes the script to split the parameters list in a wrong way, whereas replacing it by '%26' doesn't work because this is not decoded back to '&'.

 
Henrik N Script's Author

Seems to work with Greasemonkey 0.6.3 but not with 0.6.2.

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel