搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

"Open link in new tab" in the shortcut menu

  • 1 个回答
  • 44 人有此问题
  • 11 次查看
  • 最后回复者为 CaptainCosmic

more options

When right-click on a link, "open link in new tab" appears as the 2nd after "open link in new window" with the old versions. Now in Firefox 4, it reversed; which is annoying and inconvenient. Is there a way to change it back? Thanks.

When right-click on a link, "open link in new tab" appears as the 2nd after "open link in new window" with the old versions. Now in Firefox 4, it reversed; which is annoying and inconvenient. Is there a way to change it back? Thanks.

所有回复 (1)

more options

2 Solutions found in http://support.mozilla.com/en-US/ques.../791244

the user cor-el has a method that does not require any add-ons. He States ---

This code in userChrome.css will move "Open Link in New Window" to the top of the context menu.

@namespace url("<a href="http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul">http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul</a>"); /* only needed once */
#contentAreaContextMenu > * { -moz-box-ordinal-group: 2; }
#context-openlink { -moz-box-ordinal-group: 1 !important; }

---

the user jay_ff shows how to do it using the Menu Editor Add-on

1. Install the Menu Editor add-on from https://addons.mozilla.org/en-US/firefox/addon/menu-editor/ .

2. After the installation, go to Firefox> add-ons (or simply use Ctrl+Shift+A)

3. Go to the Menu Editor "Options"

4. In the "Main context menu," simply grab the "Open link in New Tab" and place it below the "Open Link in New Window"

5. and Voila! You may also change other menu options if you want to!


I tried jay_ff method first and found that indeed changing the Main Context Menu did cause the hotlink context menu to change as well.