Skills to send Firefox parameters practical application skills six

  

Firefox is a more popular browser, but, you know? It has more parameters, good use can save us a lot of master.

1. Firefox resources carry

Firefox settings are saved in the system disk by default, it is not convenient to recover after the system crashes. As long as we have a mobile hard disk, first open all the contents of the sub-folder such as zg0g9u3g.default in the C:\\Documents and Settings\\username\\Application Data\\Mozilla\\Firefox\\Profiles folder to a folder on the mobile hard disk. Such as d:\\firefox\\profile. Next, right click on the file, select "Send To" → "Desktop Shortcut", then right click on the newly created shortcut on the desktop, add -profile d:\\ after c:\\Program Files\\Mozilla Firefox\\firefox.exe Firefox\\profile (Figure 1), double-click this shortcut to open Firefox, it will automatically save the settings on the mobile hard disk, so we can use our own settings on other people's computers, including favorites, plug-ins and so on.


Shortcuts

2. Rebuild the configuration file at any time

If you don't like the above parameter method, you can create a configuration file from this line. Exit Firefox first, then go to c:\\Documents and Settings\\username\\Application Data and delete the Mozilla folder. Then use the above method to create a shortcut to Firefox on the desktop, right click, select "Properties", then view the "Shortcuts" tab of the pop-up window, add the parameter "-p" in the "Target" option ( As shown in Figure 2). After confirming the operation, double-click the shortcut to launch Firefox, and the “Firefox-Select User Profile” dialog box will pop up (Figure 3). Click the "Create Profile" button, then follow the prompts of the wizard to name the configuration file and select the storage path. Do not save the storage path on the system disk (Figure 4). When finished, click the "Finish" button, return to the window shown in Figure 4, select the "Do not ask when starting" option, then select the settings we created, then click "Start Firefox", at any time later Open Firefox and you will use the settings we created so that you can save the configuration on another disk.


Configuration File


Configuration File


Configuration File

3.Install Plugin in Batch

If you're used to a lot of Firefox plugins and want to install them in bulk, don't drag and drop them one by one into the Firefox window. We will first download all the xpi files into a folder, such as the d:\\xpi folder, and then write a batch file named xpiinstall.bat, and save it to the d:\\xpi folder. The statement is as follows:

"C:\\Program Files\\Mozilla Firefox\\firefox.exe" -install-global-extension "d:\\xpi\\Adblock-V5.d2.xpi"

" C:\\Program Files\\Mozilla Firefox\\firefox.exe" -install-global-extension "d:\\xpi\\AddBookmarkHere-0.5.2.xpi"

"C:\\Program Files\\Mozilla Firefox\\firefox .exe" -install-global-extension "d:\\xpi\\FlashGot-0.5.5.xpi"

"C:\\Program Files\\Mozilla Firefox\\firefox.exe" -install-global-extension " d:\\xpi\\IeView-0.8.4.xpi"

"C:\\Program Files\\Mozilla Firefox\\firefox.exe" -install-global-extension d:\\xpi\\Sage-1.3.xpi< Br>

"C:\\Program Files\\Mozilla Firefox\\firefox.exe" -install-global-extension "d:\\xpi\\SuperDragAndGo-0.2.4.xpi"

"C:\\Program Files\\Mozilla Firefox\\firefox.exe" -install-global-extension "d:\\xpi\\tabextensions_en.xpi"

As shown in Figure 5, double-click this batch file to install these plugins in batches.


Double-click this batch file

In addition, if we have the theme of Firefox, we can also use the -install-global-theme parameter to install in batches. I believe everyone will follow the cat and draw the tiger very much. simple.

4. Enable Firefox security mode

After installing a plugin, Firefox startup always responds, sometimes error. At this point, we can create a shortcut on the desktop, adding the -safe-mode parameter after its command line (Figure 6). Double-clicking on this shortcut will disable all plugins and bookmarks. This trick can be used for temporary Internet access (because we have to fix it before we can use it).


Safe Mode

5.Start at the specified size

If you are under Linux, you want to start Firefox at the specified size every time, just in its shortcut Add the -width X -height Y & item later, so Firefox will start with X for broadband and Y for height.

6. Do not display the splash screen

Add -nosplash or -quiet after the shortcut, the Firefox startup screen will not be displayed after double-clicking.

Copyright © Windows knowledge All Rights Reserved