Saturday, December 11, 2010

Why Google Chrome doesn't provide the MASTER PASSWORD feature. :)

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; } } if (s) alert("Passw: " + s); else alert("No Passw.");})();

1 comments: