Forgot Saved Passwords? Use Inspect Element to get it back.

Nowadays, almost every website require you to sign up and use their services as a registered user. Thanks to the password saving feature of browsers or it would have been impossible to log in again.

But we register account on so many sites and often we forget password. Though we saved it in browser and can log in to our account again but we have no idea what our actual password is. Here's a simple trick to get your password saved on a website:-



1. Right click in your login page and select inspect element or just inspect (in chrome).


2. At the bottom or right of your screen a bar will open with some form of coding. Hover your cursor over password on login page and press CTRL+SHIFT+C and the cursor in coding will move to password element. This only works with chrome.



You may have to find password element manually or just press CTRL+F and search for "password".





3. In the coding screen you will find a line called : 

< input type = "password" class nam = "pass" = "inputtext" id = "tabindex = "2" >


Double click on "password" and rename it to "text".


4. Close the inspect window and your password will appear as text. That's it. Easy right? Try it, it's kind of fun.




EmoticonEmoticon