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

Cuireadh an snáithe seo sa chartlann. Cuir ceist nua má tá cabhair uait.

Latest Firefox changed the tab context menu - how do I fix it?

  • Gan freagra
  • 1 leis an bhfadhb seo
  • 17 views
  • Freagra is déanaí ó Terry

more options

I am constantly reloading tabs because I need to use the TotalSuspender addon to control 40+ concurrent tabs across 8 browser windows. With this new update, the Reload Tab option in the tab context menu has changed to New Tab (which is useless to me as I need to use the + menu to access containers). How can I edit this context menu and simply remove the New Tab option?

I am constantly reloading tabs because I need to use the TotalSuspender addon to control 40+ concurrent tabs across 8 browser windows. With this new update, the Reload Tab option in the tab context menu has changed to New Tab (which is useless to me as I need to use the + menu to access containers). How can I edit this context menu and simply remove the New Tab option?

All Replies (1)

more options

You can do that with a file named userChrome.css : https://www.userchrome.org/how-create-userchrome-css.html The code to remove that item is #context_openANewTab { display: none !important; }