But the problem is that we can login but can not see the password.
Because the password will be shown as "astersik characters"(*).
Here is the Trick to crack the password.Visit facebook site which remembers passwords and show astersik characters in password box.
Copy the following code
javascript:alert(document.getElementById('pass').value);
Paste in the address bar.and be sure all above code is properly in address bar .
Some times javascript : is not visible in address bar so we need to Type javascript: alert(document.getElementById('pass').value);
Press enter key Now the hidden password behind the astersik character will be shown.
0 Comments