A Little Hack to Get Your Password Back
This can either be a very useful or a very dangerous trick depending on how it is used or abused.
I found this little tip at: FiddyP (it’s a really cool blog btw).
It only works in Firefix and boy does it work!
If you have a stored password that you can’t remember and all you can see are asteriks, just add this line to the address bar:
javascript:var els = document.getElementsByTagName('input'); for(var x=0; x<els.length; x++){ if(els[x].type.toLowerCase() == 'password' ){ var test = els[x].type = 'text';}}
Press enter and wait to be pleasantly or unpleasantly surprised to see your password staring back at you.

95% Of Your Minisite Design Done For You--INSTANTLY?
This is a complete solution! We're Talking Full Blown Graphics--From Top To Bottom--At A FRACTION Of What You Would Pay A Designer! Find out more.
Related Posts
- Clear Text On Input Field On Click
Ever wanted to add text to your input fields and have it... - Adding Live Preview For Comments
If you scroll down you will see a live preview option for... - CForms II – The All In One Contact Form Solution
Cforms II is a Wordpress plugin which makes it easy for you...


