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

חיפוש בתמיכה

יש להימנע מהונאות תמיכה. לעולם לא נבקש ממך להתקשר או לשלוח הודעת טקסט למספר טלפון או לשתף מידע אישי. נא לדווח על כל פעילות חשודה באמצעות באפשרות ״דיווח על שימוש לרעה״.

מידע נוסף

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

  • 2 תגובות
  • 0 have this problem
  • 216 views
  • תגובה אחרונה מאת 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

Read this answer in context 👍 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.

פרסום שאלה

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