Reveal a Password from the Developer Options in Chrome
If you want to reveal a password without any need of third-party utilities, then you will have to make a tiny edit in the script of the page. When you find a password field, right-click on it and select “Inspect element.”
The “Inspect element” developer tool will open, and you will see some complex text strings. Here you need to look for a line starting with
The “Inspect element” developer tool will open, and you will see some complex text strings. Here you need to look for a line starting with
<input type="password."
Once found, double-click on type="password"
to edit it and replace “password” with “text.” It should look like this now: <input type="text."
Now close the Inspect element window, and the password will be revealed. You can easily edit or copy the password until the page is reloaded again.
Reacties
Een reactie posten