阅读:3840回复:3
让密码管理器记住Yahoo,Gmail登陆密码的方法
刚刚在这个网站看到的
http://www.squarefree.com/bookmarklets/forms.html 将"remember password"右键,添加到书签以后 [*]登陆Yahoo,Gmail 添好用户名密码后[/*:m] [*]点下刚才添加的书签,会提示成功的信息,确定[/*:m] [*]这个时候登陆,就会提示保存密码了.以后会FF自己添了[/*:m][/list:u] ---- 上不去国外的同志就自己新建个标签,把下面的代码合成一行添到书签的地址中就好 javascript:(function(){var ca,cea,cs,df,dfe,i,j,x,y;function n(i,what){return i+" "+what+((i==1)?"":"s")}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="";++cs;}if(x.attributes["autocomplete"]){x.attributes["autocomplete"].value="on";++ca;}for(j=0;j<dfe.length;++j){y=dfe[j];if(y.attributes["autocomplete"]){y.attributes["autocomplete"].value="on";++cea;}}}alert("Removed autocomplete=off from "+n(ca,"form")+" and from "+n(cea,"form element")+", and removed onsubmit from "+n(cs,"form")+". After you type your password and submit the form, the browser will offer to remember your password.")})(); |
|
1楼#
发布于:2005-02-05 17:10
搞不懂。
|
|
2楼#
发布于:2005-02-05 17:10
|
|
3楼#
发布于:2005-02-05 17:10
好东西,谢谢楼主!
|
|
|