Safari and login saving

Soldato
Joined
16 May 2005
Posts
6,509
Location
Cold waters
You know the way Safari offers to save submitted login credentials to your keychain? Does anyone notice that this is not offered on a fair few sites? For example: this site, other vBulletin forums, Hotmail, ...

I use the following bookmarklet to allow saving on pages that explicitly disable it:

Code:
javascript:void((function(){var%20a,b,c,d;b=a=c=0;(function(e){var%20f,g,h,i,j;for(f=0;f%3Ce.length;f++){try{arguments.callee(e.frames[f]);}catch(k){}}g=e.document.forms;for(h=0;h%3Cg.length;h++){i=g[h];c++;if(i.attributes[%22autocomplete%22]){i.attributes[%22autocomplete%22].value=%22on%22;b++;}for(j=0;j%3Ci.length;j++){d=i[j];if(d.attributes[%22autocomplete%22]){d.attributes[%22autocomplete%22].value=%22on%22;a++;}}}})(top);alert(%22Removed%20autocomplete%20prevention%5Cnfrom%20%22+b+%22%20forms,%20%22+a+%22%20form%20elements%5Cnout%20of%20%22+c+%22%20possible%20forms.%22);})())

But I think in these other cases the inability to save is just a side effect some specifics of the page.

Any ideas? I know 1Password's Safari plugin works with virtually everything, but I don't like that application.
 
Back
Top Bottom