Wednesday, July 27, 2011

FIREFOX HACKS !!!

We all know that Firefox takes a lot of Time to load when it is run for the first time. I will show you a simple way to reduce this loading time and thus turn your slow firefox into fast firefox.
You can slash Firefox’s slow load time by compressing the DLLs and executables. There are many choices for compression but I suggest you use UPX which is free, efficient and time proven.


Follow These Steps :
Download UPX from http://upx.sourceforge.net/#download

Unzip upx.exe into your Firefox installation folder which is normally C:\Program Files\Mozilla Firefox.
Make sure Firefox is not running then shell to a command prompt in the Firefox installation directory.
Type in the following command in a single line and hit return:
for %v in (*.exe *.dll components\*.dll plugins\*.dll) do upx “C:\Program Files\Mozilla Firefox\%v”
If on some later occasion you want to unpack the files, just type in the command above but add the decompression switch “-d” after “do upx”.

That’s it. Enjoy the difference !!!

0 comments:

Post a Comment