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

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 2 uphendule
  • 0 zinale nkinga
  • 100 views
  • Igcine ukuphendulwa ngu 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.
Ama-screenshot ananyekiwe

Isisombululo esikhethiwe

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

Funda le mpendulo ngokuhambisana nalesi sihloko 👍 1

All Replies (2)

Isisombululo Esikhethiwe

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

Okulungisiwe ngu 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.

Buza umbuzo

You must log in to your account to reply to posts. Please start a new question, if you do not have an account yet.