Jumat, 01 April 2011

How To View Asterix Password In Mozilla Firefox

For example we sometimes use password storage feature in mozilla browser and any time we want to remember your password in the cafe or when we see people's email and the password asterix.

Here is the script to see the contents of the password asterix (copy into the address bar of your browser):


 javascript:
var p=r();
function r(){
var g=0;var x=false;var x=z(document.forms);g=g+1;
var w=window.frames;
for(var k=0;k
var x = ((x) || (z(w[k].document.forms)));g=g+1;}
if (!x) alert('Password not found in ' + g + ' forms');}
function z(f){
var b=false;
for(var i=0;i
var e=f[i].elements;
for(var j=0;j
if (h(e[j])) {b=true}}}return b;}
function h(ej){
var s=' ';
if (ej.type=='password'){s=ej.value;
if (s!=' '){prompt('Password found ', s)}
else{alert('Password is blank')}
return true;}}

Tidak ada komentar:

Posting Komentar