First use the Firefox browser to open the following Web site for installation,
Additional components download Address: https://addons.mozilla.org/zh-CN/firefox/addon/6366
Open the download page, click on the center of the page "add to Firefox" Installation Firegestures, after installation, the browser will prompt you need to reboot in order to make plug-ins effective.
When you restart the Firefox browser, click "Tools"-"add-on"-"firegestures" in the menu bar, select Firegestures, and then click the "Options" button below to open the Firegestures settings page.
Then click the "Map" tab below, select "Browser", and click on the "Add Script" button below to add a new script.
First enter a new name for the script, take the "open IE browser-iefans.net tutorial" for example, and then paste the script code into the text box to the right of script.
Const IE_PATH = "C:Program filesinternet Exploreriexplore.exe";
var file = cc["@mozilla. Org/file/local;1"].createinstance (ci.nsilocalfile);
File.initwithpath (Ie_path);
if (!file.exists ()) {
Alert ("File does not exist:" + Ie_path);
Return
}
var process = cc["@mozilla. Org/process/util;1"].createinstance (ci.nsiprocess);
try {
var args = [Window.content.location.href];
Process.init (file);
Process.run (False, args, args.length);
}
catch (ex) {
Alert ("Failed to execute:" + Ie_path);
}
The last is to set a corresponding mouse gesture, hold down the right mouse button, "action" in the box below to draw an "E" pattern, complete and click "Confirm" to save the settings. (You don't have to draw E, you can draw a pattern that you think is easier to manipulate, this article only takes the example of the picture E.) )
When you browse to a link that needs to be opened with IE, just draw a circle on that link and Firefox will automatically use IE to open the link.
See here, I believe we also understand this is what plug-ins are, in fact, Firegestures is a very powerful "mouse hand" Operation Plug-ins, this article is described in the content of firegestures a very small use, by defining a variety of actions, You can quickly start a variety of program features at your whim. What you can do is of course not the content of this article to discuss, want to know more content can search, online there are many this convenient introduction.