Bookmarklets To View Passwords Hidden Behind Asterisks

Whenever you type your password on web, you see only asterisks instead of actual password characters. This feature is implemented to save you from shoulder surfing.

But sometimes, you do need to make sure that the password that you are typing is correct. For example, most online banking services will lock your account if you enter wrong password more then 5 times. But how can you make sure that the password you entered is correct? Is there a way to reveal what’s behind those asterisks?

How To View The Password Hidden Behind Those Asterisks

view password behind asterisks bookmarkletThere are many software available that help you to see the actual password. However, the easiest way is to use the View Password bookmarklets.

Just add any one of the following View Password bookmarklets into your bookmarks, and then just click on it whenever you want to see the password behind the asterisks.

1. The first bookmarklet can reveal the password of all password fields including the fields in dialog boxes. However, this bookmarklet sometimes can’t detect the password fields in Iframes.

View Passwords 1
(Drag it on your bookmarks bar)

JavaScript source behind this bookmarklet,

javascript:(function(){var%20s,F,j,f,i;%20s%20=%20″”;%20F%20=%20document.forms;%20for(j=0;%20j

2. The following bookmarklet works just like the above, except that it will display the actual text behind the password on a new web page. Also, it works perfectly with Iframes as well.

View Passwords 2
(Drag it on your bookmarks bar)

JavaScript source behind this bookmarklet,

javascript:void((function(){var%20a,b;b=”<"+"html>%5CnPasswords%20in%20this%20page:

%5Cn”;(function(c){var%20d,e,f,g,h;for(d=0;d%5Cn”;}}})(top);b+=”%5Cn%5Cn”;a=window.open(“”,”",”width=200,height=300″).document;a.open();a.write(b);a.close();})())

Leave a Comment