Stop Firefox 4 From Trimming URL Previews In The Status Bar

You may notice that when you mouse over a link in Firefox, the URL preview in the status bar is trimmed down to save space. If you’d rather see the whole URL, you can do so with a simple CSS tweak.

While it’s nice that Firefox tries to save me space, the preview is pretty much useless on pages with long URLs, since you can’t see the entire URL. Not only is this annoying for certain pages, but can be a security risk, since you might not be able to see where a specific URL is going to lead you. If you’d like Firefox to just suck it up and show you the entire URL, no matter how long, you can just add these few lines of code to your userChrome.css file:

statuspanel {
max-width: 100% !important;
}

This tells Firefox to let the status panel take up the entire width of Firefox’s window if it has to. You can change the percentage from 100 down to something like 50, if you’d only rather expand it to 50 per cent of Firefox’s width. However, this will probably still leave you with a lot of cut off URLs. You can also install the previously mentioned Status-4-Evar extension to get the old school status bar back, which fixes this annoyance.

Firefox 4 URL Trimming, Display Full Web Addresses [GHacks]


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments


One response to “Stop Firefox 4 From Trimming URL Previews In The Status Bar”

Leave a Reply