Showing posts with label Internet Trick. Show all posts
Showing posts with label Internet Trick. Show all posts

Reveal Password Behind Asterisk

Want to Reveal the Passwords Hidden Behind Asterisk (****) ?

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.

Block Website In Your PC

Hello Friends,Sometimes you want to block some websites in your PC which are harmful for your computer,Now you can easily and effectively block access to a website by adding it to your Windows HOSTS file. (Yes, Hosts is capitalized for some strange reason).It is very easy in Use and it is working effectively,below is the trick that how can you Block a website in your PC.

Chat With Multiple Ids In Yahoo Messenger (Creat Multiple Ids)

Hello Friends,we all are using Yahoo messenger so i m telling you on trick by which you can chat with anyone with seven different ids..these different ids are called Yahoo profiles.Now i m explaining here that how to create it.

Create Thousands Of Fake Orkut Id/Login

Hello Friends, We all know about Orkut, So tell me is it possible to make thousands of fake logins or Id in Orkut??? Yes It is Possible.

Secret Things in Mozilla



Hello Friends,In this post i am trying to give you some new and useful information about Mozilla Firefox Browser. So Please read it and if you like it then give comments to it.So If you want to know secret and new things about Mozilla then open Mozilla Firefox and then enter string into address bar one by one given below and then press enter .

Adjust IE Cache Size




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

Cool Firefox Tricks



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.

Make Firefox Faster

  In this post you will know how to make firefox faster.

Download From Rapidshare Directly For Free

Manually downloading from RapidShare as a free user is a pain. Click this, wait, and click that, wait. There are many ways to automatically download from rapidshare. You can use CryptLoad and firefox add-on called SkipScreen.Using those tools the download queue will run and all the files will be downloaded one-by-one without having you start them manuall. Both methods above will still need to wait all those timeoutsand countdowns, but you won’t have to sit in front of your computer to do that.

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

Download CryptLoad


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

Downlaod SkipSCreen

Send Thousand of Emails Autimatically on Victim's Computer

Now you can send thousands of emails to your victim or friend inbox of same content through this tiny application i.e Email Bomber. It is easy to use. Just enter your username and password, victim's email id and the content. and then it automatically start sending thousand of emails. To downlaod click on Downlaod

Firefox Add-on for Internet

There is a very lengthy process for BSNL/MTNL users to check their internet usage. They have to go to the site, enter username and password and then they got their details of usage. But now Mozilla Firefox comes with a add-on i.e Datafox, that will tell your usage without going to any site or remembering username and password.
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

Hacking Firefox to always Save Username and Password without Notification Bar

When you submit a form with username and password, it will process the function:
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);


Now whenever you login to any website, Firefox will auto save the site, username and password to the login manager WITHOUT showing the notification bar. You can access the saved password area by going to Tools > Options > Security and click the Saved Passwords button. There is one possible bug which is even when a user entered the wrong username or password, it will still be saved.