Categories
Browsers Password

Quick access to hidden **** browser passwords

This works in Internet Explorer, Firefox, Netscape and Opera browsers
Go to a page that has a password hidden by ***’s then just paste this simple script below into your browser bar and it will pop up a messagebox showing your password.

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

This script replaces the ****’s with the plaintext password , works in Firefox only

javascript:var els = document.getElementsByTagName(‘input’); for(var x=0; x

Also quick access to Firefox’s password manager instead of going through the menus
Paste this in your browser: chrome://passwordmgr/content/passwordManager.xul

 

'Coz sharing is caring
Categories
Browsers Internet Microsoft Password

Delete Internet Explorer 7’s browsing history, cookies and temporary files

From a command prompt or the run box, type :
RUNDLL32.EXE inetcpl.cpl,ClearMyTracksByProcess n
Where n can have the following values :

1

delete browsing history (list of visited sites)

2

delete all cookies

8

delete temporary files (cache)

16

delete all saved forms data

32

delete all saved passwords

255

delete all of the above

4351

delete all of the above and all settings stored by add-ons

'Coz sharing is caring