Windows 10 reached EOS (end of support) on October 14, 2025. If you are on Windows 10, see this article.

搜尋 Mozilla 技術支援網站

防止技術支援詐騙。我們絕對不會要求您撥打電話或發送簡訊,或是提供個人資訊。請用「回報濫用」功能回報可疑的行為。

了解更多

How to disable items in the right-click menu in Firefox

  • 2 回覆
  • 0 有這個問題
  • 113 次檢視
  • 最近回覆由 sweet0670

Hello, I'd like your help. I'd like to disable some unnecessary options from the Firefox right-click menu. 1. Open link in new tab 2. Open link in new container tab 3. Open link in new private window 4. Save link as 5. Copy link I don't need these five options, so I'd like to disable them if possible.

Hello, I'd like your help. I'd like to disable some unnecessary options from the Firefox right-click menu. 1. Open link in new tab 2. Open link in new container tab 3. Open link in new private window 4. Save link as 5. Copy link I don't need these five options, so I'd like to disable them if possible.
附加的畫面擷圖

被選擇的解決方法

Hello

You can try an code userChrome.css

#context-openlinkintab{display:none!important;} #context-openlinkinusercontext-menu{display:none!important;} #context-openlinkprivate{display:none!important;} #context-savelink{display:none!important;} #context-copylink{display:none!important;}

If you have a userChrome.css file, add, the code to the file. Restart Firefox.

A space for users to give product feedback, https://support.mozilla.org/en-US/kb/what-mozilla-connect

https://connect.mozilla.org/t5/ideas/ability-to-edit-context-menus-remove-unnecessary-options/idi-p/8003

從原來的回覆中察看解決方案 👍 1

所有回覆 (2)

選擇的解決方法

Hello

You can try an code userChrome.css

#context-openlinkintab{display:none!important;} #context-openlinkinusercontext-menu{display:none!important;} #context-openlinkprivate{display:none!important;} #context-savelink{display:none!important;} #context-copylink{display:none!important;}

If you have a userChrome.css file, add, the code to the file. Restart Firefox.

A space for users to give product feedback, https://support.mozilla.org/en-US/kb/what-mozilla-connect

https://connect.mozilla.org/t5/ideas/ability-to-edit-context-menus-remove-unnecessary-options/idi-p/8003

由 Agent virtuel 於 修改

Hello, thank you for the information. I entered the code into userChrome.css and was able to disable it, making the right-click menu easier to use for me. I appreciate you taking the time to provide me with this information. Thank you very much.

問個問題

如果您還沒有帳號,您必須先登入帳號 來回覆文章。還沒有帳號的話,只能發問新問題