Hi friends, In my previous posts, I have told you how to reveal password typed in the password field using javascript. That trick was not working with all the browsers because as soon as you paste the javascript code in address bar then hit enter then some browser starts searching in the search engine. Today I am going to show you another simple trick that is much simpler than the previous ones . In this, you dont have to copy and paste anything, you need to just apply a small trick. Moreover, this trick works in all latest browsers. Inform me if its not working. This trick takes the advantage of developer tools of the browser. Here we go: 1. Open gmail or any other site. 2. Write email id in email field and password in password field. Now if you simply copy the password then only dots will be copied, not the actual password. 3. Right click in password field and select "Inspect element". 4. Go to coding area in bottom part of page. 5. Replace "password" with "t...
Comments
Post a Comment