Hello all,
This patch modifies the hinting.js file and will require user
customization after patching, as your username/pass combos are stored
in the hinting.js file (just remove the sample ones).
I have tested on a fair number of pages (20+) and it seems to fill in
the proper username/pass boxes on all of them.
If this seems like a good idea, I can probably rewrite the onload JS
call to be an internal call made by main.c (and possible pulled from a
set parameter, like :set pass1=someurl:someuser:somepass.
This adds almost non-existent overhead to the program in it's current
implementation and allows password/username saving based on url regex
(so you can store one user/pass set for all your accounts.google
credentials etc.).
My next idea is to implement a similar feature for htaccess passwords,
by doing some redirection, so that if you go to a site such as
test.yoursite.com, which requires htaccess it could automatically
redirect to yourUser:you...@te....
Thanks,
-Matt
|