Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Learn More

How do I hide menu items like "bookmark all tabs"?

  • 2 respostas
  • 2 têm este problema
  • 10 visualizações
  • Última resposta por cor-el

more options

I don't want the "Book Mark All tabs" menu item when I right click on a tab to close other tabs, I keep on clicking it, and its annoying.

How do I disable it?

I don't want the "Book Mark All tabs" menu item when I right click on a tab to close other tabs, I keep on clicking it, and its annoying. How do I disable it?

Todas as respostas (2)

more options

You can do it with the Menu Editor extension:

https://addons.mozilla.org/en-us/firefox/addon/menu-editor/

See the attached screen shot for a bit more info on where that is in the dialog.

more options

Add code to the userChrome.css file below the default @namespace line.

The customization files userChrome.css (interface) and userContent.css (websites) are located in the chrome folder in the user profile folder.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#context_bookmarkAllTabs { display:none!important; }