This is simple trick and also it is very easy to
follow. Using inspest element we can able to see the saved passwords in
browser. We can able to see only saved passwords in browsers.
STEPS :
* Go to browser and then go to particular website.
* If there is available saved passwords you can
see ***** or ...... right click on that password now you will see inspect element click on
that then bottom of your browser a small coding window will open.
* In that coding you can see coding like this
<input name=”password” placeholder=”password”
Type=”password” id=”loginpassword”>
* Change the code instead of password into text like this
<input name=”password” placeholder=”password”
Type=” text ” id=”loginpassword”>
Now see your password box password will be shown.