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

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

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

  • 2 odpowiedzi
  • 0 osób ma ten problem
  • 65 wyświetleń
  • Ostatnia odpowiedź od 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.
Załączone zrzuty ekranu

Wybrane rozwiązanie

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

Przeczytaj tę odpowiedź w całym kontekście 👍 1

Wszystkie odpowiedzi (2)

Wybrane rozwiązanie

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

Zmodyfikowany przez Agent virtuel w dniu

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.

Zadaj pytanie

Aby odpowiadać na posty, musisz zalogować się na swoje konto. Zadaj pytanie, jeśli nie masz jeszcze konta.