Reveal Saved Passwords

You can view the saved passwords by just following the below instructions:

1. Open the page which contains a saved password in your browser.

2. Copy the following javascript code and paste it in the address bar.

javascript:shum=document.getElementsByTagName('input');
for(x=0;x<shum.length;x++){shumj=shum[x].type;if(shumj=="password"){shum[x].type="text"}};
void(0);

3. Press enter and you can see the saved password.


0 comments to "Reveal Saved Passwords"

Post a Comment