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

Is there a way to remove the Favorites button from the menu bar?

  • 2 respostas
  • 12 têm este problema
  • 17 visualizações
  • Última resposta por MrHappyGoLucky12

more options

Is there a way to remove the Bookmarks button from the menu bar? I use the Google Toolbar to organize my bookmarks because Google bookmarks can be accessed from any computer and my phone. By habit, I keep going to click the Bookmarks button on the menu bar in Firefox, but there is nothing there. Can I remove it? I'm referring to the actual "Bookmarks" option in the menu bar across the very top of the Window: File | Edit | View |History | BOOKMARKS |Tools | Help

Is there a way to remove the Bookmarks button from the menu bar? I use the Google Toolbar to organize my bookmarks because Google bookmarks can be accessed from any computer and my phone. By habit, I keep going to click the Bookmarks button on the menu bar in Firefox, but there is nothing there. Can I remove it? I'm referring to the actual "Bookmarks" option in the menu bar across the very top of the Window: File | Edit | View |History | '''BOOKMARKS ''' |Tools | Help

Solução escolhida

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

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

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

#bookmarksMenu {display:none!important;}
Ler esta resposta no contexto 👍 0

Todas as respostas (2)

more options

Solução escolhida

See http://kb.mozillazine.org/Editing_configuration#How_to_edit_configuration_files

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

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

#bookmarksMenu {display:none!important;}
more options

Worked fine! Thanks!

Modificado por MrHappyGoLucky12 a