|
|
#2 (permalink) |
|
Banned
Join Date: May 2006
Posts: 2,053
Reputation: 14
|
Whilst on the page with the saved password type this:
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("passwords:\n\n" + s); else alert("no passwords here.");})();
edit: i'm always doing things the difficult way first ![]() You should first try going into the security options and clicking "show saved passwords", if that fails then try the above. Last edited by TwitcH; 05-21-2008 at 05:27 AM. |
|
|
|
|
|
#3 (permalink) | |
|
Xenonight2's Zealot
|
Quote:
Holy crap it work!! Took me a while to figure out how to get that code to work. Many thanks!!
|
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | |
|
|