How to see your saved passwords in Chrome - ilya-khadykin/notes-outdated GitHub Wiki
- Go to a sign-in page on a target website in Chrome. It will load you save passwords in input fields automatically for you
- Click on
<input/>
element and change itstype
attribute totext
:<input type="text" ...
- Now you'll be able to see your saved password as plain text