Where is toolbar icon for QuickProxy? (Not in Customize).
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)
Just install this : https://addons.mozilla.org/vi/firefox/addon/classicthemerestorer/
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?
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+).
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.