Just follow the steps given below-
1. Open the Login Page of any website. eg. www.gmail.com
2. Type your 'Username' and 'Password'.
3. Copy and paste the JavaScript code given below into your browser's address bar and press 'Enter'.
javascript: alert(document.getElementById('Passwd').value);
4. As soon as you press 'Enter', A window pops up showing Password typed by you..!
Note :- This trick may not be working with firefox and opera.

The maximum size of your Internet Explorer browser cache is ### megabytes. Generally, cache sizes above 80 megabytes waste disk space and can actually cause slower performance.
How to adjust the IE cache size

Just copy the code given below to the address bar of a new tab of your browser and see the effect !!1. Code: chrome://global/content/alerts/alert.xul
It shows dancing Firefox.
2. Code: chrome://browser/content/browser.xul
It opens another Firefox inside a tab in the the existing Firefox window.
3. Code: chrome://browser/content/preferences/preferences.xul
It opens the Options dialog box inside the Firefox tab.
4. Code: chrome://browser/content/bookmarks/bookmarksPanel.xul
It opens the “Book Marks Manager” inside a tab in the Firefox window.
5. Code: chrome://browser/content/history/history-panel.xul
It opens the History Panel in the Firefox tab.
6.Code: chrome://mozapps/content/extensions/extensions.xul?type=extensions
It opens the Extensions window in the current tab.
7. Code: chrome://browser/content/preferences/cookies.xul
It opens the “cookies window” inside a tab in the Firefox window.
8. Code: chrome://browser/content/preferences/sanitize.xul
It opens the “Clear Private Data” window inside the current tab.
9. Code: chrome://browser/content/aboutDialog.xul
It opens the “About Firefox” Dialog box inside the tab.
10. Code: chrome://browser/content/credits.xhtml
It showsa list of scrolling names.
1) CryptLoad
Download CryptLoad from this link and install it .
Select Rapidshare links that you want to download.
Click Add Package -> Clipboard
After decoding rapidshare links click Add
2)SkipScreen
SkipScreen is a free Firefox add-on that skips the clicking and waiting on sites like RapidShare, Megaupload, Mediafire, zShare, and more. This is simple, just open rapidshare link and SkipScreen will do the rest.
Supported sites:
* Rapidshare.com
* zShare.net
* MediaFire.com
* Megaupload.com
* Sharebee.com
* Depositfiles.com
* Sendspace.com
* Divshare.com
* Linkbucks.com
* Uploaded.to
* Hotfiles.com
* 4shared.com
* Limelinx.com
* Link-Protector.com
Just left click on addon icon at right bottom of firefox window. Select your ISP . Enter your username and password that you use to check usage.
If you’re overlimit on a particular day, the progress bar will be orange with red text, normally it’s cyan with black text.
Download
1. _onFormSubmit() in nsLoginManager.js
2. promptToSavePassword in nsLoginManagerPrompter.js
3. _showSaveLoginNotification in nsLoginManagerPrompter.js
4. addLogin in nsLoginManager.js
Now , if you want to automatically save username and password without sowing a notification bar, then follow these steps:
1. Firstly, close Firefox
2. Edit nsLoginManagerPrompter.js with notepad which is normally located in C:\Program Files\Mozilla Firefox\components\
3. Replace the entire line 642 to 711 with the code below:
var pwmgr = this._pwmgr;
pwmgr.addLogin(aLogin);
