Generally we save password in our browser, So that we don’t need to type password again and again. but some time we forget password and for login to another system or computer, We needed our password. For getting password behind asterisks *. For that we just need to follow some easy steps.
Google Chrome
Method – 1
Open your Website in Google Chrome . It does not matter you are doing this for Gmail, Hotmail or Facebook. This would work for all platforms those have asterisk contained password Right Click on yellow part and select Inspect element or ctrl + Shift + I.
here you will getting some codding area. You just need to make changes in coding as in video.
Method – 2 Type this code into Address bar Javascript: alert(document.getElementById(‘Passwd’).value); Press Enter here is password in dialog box
Method – 1
Press F12 and open developer option and press Ctrl + B and replace password with text like google chrome
Method – 2
Like Chrome you can put code in URL also alert(document.getElementById(‘Passwd’).value);
press enter
Mozilla Firefox
Method -1
Right click on password field and select Inspect element. web inspector will be opened. Now here replace ‘password’ with ‘text’.
Thank you ?
- Former Facebook employees forcefully join the chorus against Mark Zuckerberg - June 4, 2020
- Snaptube – App to download videos from any Android app - April 25, 2020
- Samsung with 600MP Camera - April 22, 2020
More from my site


Leave a Reply