Αναζήτηση στην υποστήριξη

Προσοχή στις απάτες! Δεν θα σας ζητήσουμε ποτέ να καλέσετε ή να στείλετε μήνυμα σε κάποιον αριθμό τηλεφώνου ή να μοιραστείτε προσωπικά δεδομένα. Αναφέρετε τυχόν ύποπτη δραστηριότητα μέσω της επιλογής «Αναφορά κατάχρησης».

Learn More

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

  • Καμία απάντηση
  • 1 έχει αυτό το πρόβλημα
  • 13 προβολές
  • Τελευταία απάντηση από 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?

Όλες οι απαντήσεις (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; }