CSS p/w manager question
CSS p/w manager question
I'm trying to use p/w manager with IE. It's working pretty well for most sites, but I'm having trouble getting it to auto fill some sites. So far it's been the secure (https) sites that won't auto fill even though I have the boxes checked. Are there any steps I'm missing or does it simply not work with secure sites? TIA.
R61, Core 2 Duo T8300 at 2.40GHz, 15.4" WXGA, XP Pro
Re: CSS p/w manager question
UPDATE
It's not all secure sites. I've been able to get a few of them to take. So far not playing well with p/w manager:
hotmail log in
msn messenger
vBulletin forums
my cellphone carrier's BlackBerry Internet Service account site

It's not all secure sites. I've been able to get a few of them to take. So far not playing well with p/w manager:
hotmail log in
msn messenger
vBulletin forums
my cellphone carrier's BlackBerry Internet Service account site
R61, Core 2 Duo T8300 at 2.40GHz, 15.4" WXGA, XP Pro
Re: CSS p/w manager question
Some sites use a hidden field to purposefully not remember form fields, you can use a bookmarklet to remove this "protection"...
Make a new bookmark in IE on your bookmark bar, rename it "Save Passwords", enter the fllowing as the address (click yes to protocol error), then when you are at the page for entering your password, click the bookmarklet, It will tell you if it removed any "Autocomplete=off" form fileds... this fixes most normal forms.
Save pass bookmarklet for IE
Step by step:
In IE put "about:blank" in the address bar, hit enter... you'll see... a blank page
drag the icon from next to the adress bar to your links toolbar.
right click the new bookmark and choose properties
change the name to "Save Passwords" or anything you can remember... savepass, whatever
change the address to the above code
test.. goto https://paypal.com/
click the bookmarklet while on paypals site.
Success if it shows it enabled autocomplete on 3 objects.
https://login.live.com/ = 2 fields
This will work on most normal forms, there are other tricks websites can use like having an extra hidden password field, or using javascript forms (verified by visa is one). But this works for most I have come across.
here is the bookmarklet code for Firefox for anyone else reading this...
Hope this helps.
P.S. google for bookmarklets, these little things RULE
Also checked https://www.vbulletin.com/forum/ ... IE bookmarklet doesnt handle the 1 "onsubmit", but the Firefox bookmarklet I use let me save a password
Maybe you caqn find one that works in IE for those "onsubmit" sites.
Make a new bookmark in IE on your bookmark bar, rename it "Save Passwords", enter the fllowing as the address (click yes to protocol error), then when you are at the page for entering your password, click the bookmarklet, It will tell you if it removed any "Autocomplete=off" form fileds... this fixes most normal forms.
Save pass bookmarklet for IE
Code: Select all
javascript:(function(){var%20ac,c,f,fa,fe,fea,x,y,z;ac="autocomplete";c=0;f=document.forms;for(x=0;x<f.length;x++){fa=f[x].attributes;for(y=0;y<fa.length;y++){if(fa[y].name.toLowerCase()==ac){fa[y].value="on";c++;}}fe=f[x].elements;for(y=0;y<fe.length;y++){fea=fe[y].attributes;for(z=0;z<fea.length;z++){if(fea[z].name.toLowerCase()==ac){fea[z].value="on";c++;}}}}alert("Enabled%20'"+ac+"'%20on%20"+c+"%20objects.");})();In IE put "about:blank" in the address bar, hit enter... you'll see... a blank page
drag the icon from next to the adress bar to your links toolbar.
right click the new bookmark and choose properties
change the name to "Save Passwords" or anything you can remember... savepass, whatever
change the address to the above code
test.. goto https://paypal.com/
click the bookmarklet while on paypals site.
Success if it shows it enabled autocomplete on 3 objects.
https://login.live.com/ = 2 fields
This will work on most normal forms, there are other tricks websites can use like having an extra hidden password field, or using javascript forms (verified by visa is one). But this works for most I have come across.
here is the bookmarklet code for Firefox for anyone else reading this...
Code: Select all
javascript:(function(){var%20ca,cea,cs,df,dfe,i,j,x,y;function%20n(i,what){return%20i+%22%20%22+what+((i==1)?%22%22:%22s%22)}ca=cea=cs=0;df=document.forms;for(i=0;i<df.length;++i){x=df[i];dfe=x.elements;if(x.onsubmit){x.onsubmit=%22%22;++cs;}if(x.attributes[%22autocomplete%22]){x.attributes[%22autocomplete%22].value=%22on%22;++ca;}for(j=0;j<dfe.length;++j){y=dfe[j];if(y.attributes[%22autocomplete%22]){y.attributes[%22autocomplete%22].value=%22on%22;++cea;}}}alert(%22Removed%20autocomplete=off%20from%20%22+n(ca,%22form%22)+%22%20and%20from%20%22+n(cea,%22form%20element%22)+%22,%20and%20removed%20onsubmit%20from%20%22+n(cs,%22form%22)+%22.%20After%20you%20type%20your%20password%20and%20submit%20the%20form,%20the%20browser%20will%20offer%20to%20remember%20your%20password.%22)})();
P.S. google for bookmarklets, these little things RULE
Also checked https://www.vbulletin.com/forum/ ... IE bookmarklet doesnt handle the 1 "onsubmit", but the Firefox bookmarklet I use let me save a password
(2)701C,(1)760EL,(6)760XL,(1)760XD
(4)CD Drives (5)int floppies (3)ext floppy (4)2.1GB
(10)CF/IDE w/2 or 4GB 133x CF (1)760XL restore CD
(1)Belkin USB 2.0 32bit Cardbus (2)WPC54G(S) Wifi Cardbus
(1)Belkin F5D5020 NIC (1)Giga-Byte GN-WLM01 Wifi
(1)Backpack CD (1) Xircom REM56G-10 + misc
(4)CD Drives (5)int floppies (3)ext floppy (4)2.1GB
(10)CF/IDE w/2 or 4GB 133x CF (1)760XL restore CD
(1)Belkin USB 2.0 32bit Cardbus (2)WPC54G(S) Wifi Cardbus
(1)Belkin F5D5020 NIC (1)Giga-Byte GN-WLM01 Wifi
(1)Backpack CD (1) Xircom REM56G-10 + misc
Re: CSS p/w manager question
Thank you for all of this, Ozzymud, especially for including the step-by-step. I'll give it a try!
R61, Core 2 Duo T8300 at 2.40GHz, 15.4" WXGA, XP Pro
-
- Similar Topics
- Replies
- Views
- Last post
-
- 4 Replies
- 2064 Views
-
Last post by dandreye
Sun Jan 08, 2017 1:29 pm
-
-
Identify Wifi Card Win 7 64 bit X230 & missing bits device manager
by blink » Tue Feb 28, 2017 8:56 pm » in ThinkPad X230 and later Series - 3 Replies
- 481 Views
-
Last post by w0qj
Tue Mar 07, 2017 3:55 am
-
-
-
AMD Catalyst Install Manager will not install video card driver on T60
by psun9999 » Mon Mar 13, 2017 1:33 am » in ThinkPad T6x Series - 1 Replies
- 1466 Views
-
Last post by zoltan87
Mon Mar 13, 2017 5:55 pm
-
-
-
ips screen not recognized in device manager.
by thelash » Mon Jun 26, 2017 5:40 am » in ThinkPad X200/201/220 and X300/301 Series - 1 Replies
- 108 Views
-
Last post by dr_st
Mon Jun 26, 2017 6:07 am
-
Who is online
Users browsing this forum: No registered users and 5 guests





