ATTENTION: You are viewing a page formatted for mobile devices; to view the full web page, click HERE.

DonationCoder.com Software > Post New Requests Here

Script for Yahoo Mail and Hotmail

(1/1)

socalguy:
Before reformatting after a hard drive crash, I had downloaded a script that allowed auto-complete of name and password for Yahoo mail and Hotmail. Once the script was downloaded Firefox remembered the info and filled in the blanks as it does at 99% of other sites and portals. I have been unable to relocate that script on the Web with any search engine. Perhaps someone knows of the script I'm talking about or can create a similar script.

sri:
Found the following using Google search:

http://userscripts.org/scripts/show/7648

http://userscripts.org/scripts/show/11434

http://userscripts.org/scripts/show/9272

http://www.xs4all.nl/~jlpoutre/BoT/Javascript/PasswordComposer/greasemonkey.html

http://www.sxipper.com/

belkira:
Is this it? Bookmark it to use it

javascript:(function(){var df=document.forms,dfe,i,j,x,y;df=document.forms;for(i=0;i<df.length;++i){x=df;dfe=x.elements;if(x.attributes['autocomplete']){x.attributes['autocomplete'].value='on';}for(j=0;j<dfe.length;++j){y=dfe[j];if(y.attributes['autocomplete']){y.attributes['autocomplete'].value='on';y.style.backgroundImage='url(http://thatha.qlabs.gr/res/smile.gif)';y.style.backgroundRepeat='no-repeat';y.style.backgroundPosition='center left';y.style.paddingLeft='22px';}}}})();

socalguy:
Thanks SRI and belkira. Finally found the site I lost. Its a javascript bookmarklet at: https://www.squarefree.com/bookmarklets/forms.html#remember_password  Other useful bookmarklets there as well. This one is effortless to use and works like a charm. No copy or pasting, save to Firefox Bookmarks. 

Navigation

[0] Message Index

Go to full version