Vyhľadajte odpoveď

Vyhnite sa podvodom s podporou. Nikdy vás nebudeme žiadať, aby ste zavolali alebo poslali SMS na telefónne číslo alebo zdieľali osobné informácie. Nahláste prosím podozrivú aktivitu použitím voľby “Nahlásiť zneužitie”.

Learn More

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

  • Žiadne odpovede
  • 1 má tento problém
  • 15 zobrazení
  • Posledná odpoveď od 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?

Všetky odpovede (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; }