The most common method to reveal your user password is to:
Use the Inspect Element Window
- Right-click on the password field and select Inspect element from the menu. A new window will open up with two lines of code selected.
- Double-click on type=”password” and replace password with text. It should look like this now type=”text”.
- Hit Enter and close the Inspect element window.
No comments:
Post a Comment