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

Saber mais

Where is toolbar icon for QuickProxy? (Not in Customize).

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

more options

Firefox 29 (and now 29.0.1). First -- I have QuickProxy 2009.07.19 as an Add-On but its button/icon is nowhere. Not in Customize so cannot move it onto the Toolbar (or whatever the toolbar is called these days). So where is QuickProxy's button/icon?

The above is the "important" question.

Second -- the Add-On icons I do have are spread out a bit too much so they cramp the URL window to the left. (Icons only - no text.) Must they be so spread out?

Thanks.

Firefox 29 (and now 29.0.1). First -- I have QuickProxy 2009.07.19 as an Add-On but its button/icon is nowhere. Not in Customize so cannot move it onto the Toolbar (or whatever the toolbar is called these days). So where is QuickProxy's button/icon? The above is the "important" question. Second -- the Add-On icons I do have are spread out a bit too much so they cramp the URL window to the left. (Icons only - no text.) Must they be so spread out? Thanks.

Todas as respostas (5)

more options
more options

Kam: Thanks for suggestion - but before I try a new thing that will probably require adjusting everything, is there a direct answer why this particular add-on got left out?

more options
more options

Some add-ons place their icons in the add-on bar. But the powers-that-be removed it with Firefox v29. What you can do is go to the Mozilla Add-ons Web Page (There’s a lot of good stuff here) and search for something that can help you. Many of us are now using Classic Theme Restorer (Customize Australis)
Restore squared tabs, appmenu, add-ons bar, small button view and more on Australis UI (Windows/MacOSX/Linux + Fx 29+).

more options

Add code to the userChrome.css file below the default @namespace line to remove the extra padding of icons on the Navigation Toolbar.


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

#navigator-toolbox toolbarbutton {padding-left:0px!important;padding-right:0px!important;}


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