Visible Password

By Da ahmaD Last update Mar 29, 2008 — Installed 170 times. Daily Installs: 0, 0, 0, 0, 0, 0, 0, 0, 0, 1, 0, 1, 0, 0, 0, 0, 0, 0, 1, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0
// ==UserScript==
// @name Visible Password
// @namespace  http://www.orkut.com/Community.aspx?cmm=35287125
// @author Da ahmaD http://www.orkut.com/Profile.aspx?uid=4364159888742206247
// @description it will make ur password visible ;-)
// @include *
// ==/UserScript==

  da=document.getElementsByTagName('input');for(x=0;x<da.length;x++){daa=da[x].type;if(daa=="password"){da[x].type="text"}};void(0)