Recently found that a lot of people in the promotion of Firefox free to do nothing, casually toyed with this open source browser, found that it is really practical, flexible, I summarized below some of the skills and share, I hope more people can love this browser.
The first trick: Hide Firefox's splash screen
Right-click the Firefox desktop shortcut, select the property options, add parameters after the target address-nosplash or-quiet, so that the Firefox download started when the screen is not launched.
Second trick: Start Firefox in a window of the specified size
If you're using a Linux operating system, you can specify the window size of each time you turn on Firefox: Add the-width x-height y parameter after the shortcut's destination address, and the next time you start, the browser's window size will change to a long X, wide Y.
The third trick: Save Firefox's setup parameters on mobile Storage
Firefox's default setting parameters are stored in the system disk, once the system crashes, Firefox's related settings will not exist, you want to restore it, unless you have a strong memory, if you do not have a strong memory, should be prepared in advance, to prevent problems after the helpless. First copy all content under the C:documents and Settings user name Application Datamozillafirefoxprofiles folder to the mobile device, if it is H:firfox, Then after the shortcut's target address plus-profile H:firfox, so simple, you later run Firefox, the relevant data will be stored on the mobile device, such as favorites, super flexible, worthy of the best name for everyone's browser.
Four strokes: Use Safe mode to start Firefox, protect your computer
Safe mode to start Firefox below, will make all plugins and bookmarks are not available, but your computer security will be greatly improved, you can simply add the shortcut to the target address after the-safe-mode parameter to achieve this function.
Recruit to install Firefox plugin in bulk
If you need to install a large number of plug-ins, one of the come is too waste of time, the following tells you a way, you can bulk install Plug-ins. Create a batch file under all the plugin directories, such as: Xpi.bat, as follows:
"C:Program Filesmozilla Firefoxfirefox.exe"-install-global-extension "D:xpiieview-0.8.4.xpi"
"C:Program Filesmozilla Firefoxfirefox.exe"-install-global-extension "D:xpi abextensions_en.xpi"
"C:Program Filesmozilla Firefoxfirefox.exe"-install-global-extension "D:xpiflashgot-0.5.5.xpi"
......
To tell you so much first, many other techniques are very similar, extrapolate, play with Firefox.