Important Notice: We're experiencing email notification issues. If you've posted a question in the community forums recently, please check your profile manually for responses while we're working to fix this.

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”.

Ďalšie informácie

Cannot Remove Separator from Tab Context Menu

  • Žiadne odpovede
  • 0 má tento problém
  • 37 zobrazení
more options

Hi All,

I would like to hide the "New Tab to Right" option on the Tab Context Menu, and also remove the separator line right below that menu item.

The first line in the following code removes the Menu Item, but none of the 4 remaining lines succeed in removing the separator line. It remains at the top of the menu (see attached image).

Could anyone suggest some code to also remove the separator line at the top?

This is in FF 135.

Thank you.

#context_openANewTab,
#context_openANewTab + menuseparator,
#context_openANewTab_separator,
#context_reloadTab_separator,
#context_reloadTab + menuseparator::before {
   display: none !important;
}


This code below removes the first menu item and ALL separators from ALL menus, which is "ok" but not optimal.

menuseparator,
#context_openANewTab {
   display: none !important;
}


This solution provided by cor-el a few years ago appears to no longer work (the separator remains): https://support.mozilla.org/nl/questions/1340761

Hi All, I would like to hide the "New Tab to Right" option on the Tab Context Menu, and also remove the separator line right below that menu item. The first line in the following code removes the Menu Item, but none of the 4 remaining lines succeed in removing the separator line. It remains at the top of the menu (see attached image). Could anyone suggest some code to also remove the separator line at the top? This is in FF 135. Thank you. #context_openANewTab, #context_openANewTab + menuseparator, #context_openANewTab_separator, #context_reloadTab_separator, #context_reloadTab + menuseparator::before { display: none !important; } This code below removes the first menu item and ALL separators from ALL menus, which is "ok" but not optimal. menuseparator, #context_openANewTab { display: none !important; } This solution provided by cor-el a few years ago appears to no longer work (the separator remains): https://support.mozilla.org/nl/questions/1340761
Priložené obrázky

Upravil(a) Slouch dňa

Ak chcete odpovedať na príspevky, musíte sa prihlásiť do svojho účtu. Ak ešte nemáte účet, položte novú otázku.