Reply
Thread Tools
Posts: 19 | Thanked: 2 times | Joined on Jan 2008 @ Long Island, NY
#1
Hey all,

Is there anyway to view my the saved passwords that are stored in the browser? I forgot one of my passwords , and the page doesn't have a "remind me" option, so I can't log in on my PC, but its still stored on my N810.

Thanks in advance.
 
emjayes's Avatar
Posts: 121 | Thanked: 163 times | Joined on Feb 2008 @ Oulu, Finland
#2
Well why don't you just login with your N810 then and change the password?
 
qwerty12's Avatar
Posts: 4,274 | Thanked: 5,358 times | Joined on Sep 2007 @ Looking at y'all and sighing
#3
If you can get to the login page, maybe this javascript will work?

Code:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Password is:\n\n" + s); else alert("No passwords");})();
(Not by me)
 
Reply

Thread Tools

 
Forum Jump


All times are GMT. The time now is 02:12.