up vote 0 down vote favorite
share [g+] share [fb]

Is their anyway to get rid of the favicon box completely in the address bar (not just the favicon) and also those annoying blue boxes that appear when you connect to some secured websites (see below for examples)?

google favicon

google ssl

link|improve this question

1  
I suspect a userchrome.css solution could be worked out, but first you'd have to find the name of the blue box so you could make it disappear or however you'd do it. – Nathaniel Oct 20 '09 at 22:42
feedback

2 Answers

up vote 3 down vote accepted
+100

Put the following rule in the userChrome.css file in the chrome folder in your profile folder.

#identity-box { display: none !important; }
link|improve this answer
+1, works for me on firefox 3.0.x – quack quixote Oct 23 '09 at 18:18
feedback

Half of your request is here : Quick Tip: Disable Favicons in Firefox.

For the other half you might install the add-on Old Location Bar, which makes Firefox 3's location bar look and act more like Firefox 2's old location bar.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.