vote up 0 vote down star

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

flag

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 at 22:42

2 Answers

vote up 3 vote down check

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

#identity-box { display: none !important; }
link|flag
+1, works for me on firefox 3.0.x – ~quack Oct 23 at 18:18
vote up 1 vote down

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|flag

Your Answer

Get an OpenID
or
never shown

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