hey guys.
i am very new to programing and was wondering if anyone else had seen this little trick.
this is a little java code to get a saved password prom a website.
javascript:alert(document.forms[0].elements[1].value)
the forms and values change from site to site but this code works for this site.
if you click remember me on this website and then log out and type that code into the URL spot then it will return your password.
i just kinda thought it was neat.
give it a try