Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

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

  • 5 replies
  • 32 have this problem
  • 2 views
  • Last reply by 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.

All Replies (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.