IE browser to quickly open Web page links in current Firefox

Source: Internet
Author: User

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.

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.