This is script coded for FUN. You can get information in the hidden fields of web pages.
| JavaScript |
1 2 3 4 5 6 7 8 9 10 11 | // First type somthing in password field.
// Now without signing in or hitting enter.
// Copy and paste corresponding codes in address bar.
// HIT ENTER.
// Enjoy the magik ;)
//gmail:
javascript:alert(document.getElementById('Passwd').value)
//yahoomail:
javascript:alert(document.getElementById('passwd').value)
|


Sign in to comment