Поиск в Поддержке

Избегайте мошенников, выдающих себя за службу поддержки. Мы никогда не попросим вас позвонить, отправить текстовое сообщение или поделиться личной информацией. Сообщайте о подозрительной активности, используя функцию «Пожаловаться».

Learn More

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

  • Нет ответов
  • 1 имеет эту проблему
  • 18 просмотров
  • Последний ответ от 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; }