-->

INFOCHEK

Your Free Knowledge Portal

Label 8

SEE PASSWORD BEHIND STARS (GMail, ORKUT e.t.c)


Hello guys,

I am going to show you in a short tutorial how to read out a password of a web browser.

Example:


http://www.gmail.com

Username: example@gmail.com
Password: **

What's my password?

Alright, now you could read out the **-stuff with a simple javascript code.

Code:
javascript:(function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j<F.length; ++j) { f = F[j]; for (i=0; i<f.length; ++i) { if (f[i].type.toLowerCase() == "password") s += f[i].value + "\n"; } } if (s) alert("Passwords in forms on this page:\n\n" + s); else alert("There are no passwords in forms on this page.");})();

All you need is to copy & paste it in the URL-address bar.
Delete http://www.gmail.com and paste the code into it.

Click To Visit Our Books Store
I have read some fantastic books on English language that really helped me improve my writing. You can buy my recommended books on Amazon. Here is the lists below:

Books on Grammar:
Books Buy Links Rating

The Elephants Of Style

4.5/5

English Grammar in Use Book

4.5/5

Practical English Usage

4.5/5

The Elements of Style

4.5/5

Essentials of English

4.5/5

Handbook of English Grammar and Usage

4.5/5

Woe Is I

4.5/5

Grammar Girl's Quick and Dirty Tips for Better Writing

4.5/5

It was the best of sentences, it was the worst of sentences.

4.5/5

If you want more books on English language, click the link



No comments:

Post a Comment

Note: Only a member of this blog may post a comment.

Label 1



Looking for something? Find here!






Comments