Firefox 3 URL Bar Stylish Way back in July we introduced a new Firefox 3 feature that focused on making users safer from phishing attacks. This is done using URL highlighting which puts more emphasis on the domain name, kind of like what the Locationbar2 extension is used for.

Unfortunately this feature was backed out of the nightly builds shortly after it was put in. Apparently there were some problems getting it to work the way they expected it to, but it has finally made a reappearance in the latest Firefox 3 nightly builds!

Below you’ll find an animated image that show the current state of the Firefox 3 URL highlighting, and also one that demonstrates a tweak that I’m about to show you.

As it stands right now the URL highlighting is a bit basic, and I wanted to make it stand out even more than it already does. Using the Stylish Firefox extension we were able to make the domain name both bold and black, while the remaining portions of the URL were a lighter gray. To do this you just have to create a new style (pictured above) and insert the following CSS code:

#urlbar .formatted-url-domain{
   color: black !important;
   font-weight: bold !important;
}

#urlbar .formatted-url-contents{
   color: #777777 !important;
}

And finally here are two animated images that show the before and after:

How the URL appears before styling:
Firefox 3 Domain Highlight

 

How the URL appears after styling:
Firefox 3 Domain Highlight Styled

I think that the styled appearance is much better, and those of you familiar with CSS will find a lot of different customization options that you can apply to the different portions of the URL. You can even go crazy and underline, add a background, or put borders around the domain name!

Kudos to WildcatRay over in the Firefox forum for pointing this out!

  1. Now that I’m on Opera, Fx finally gets features. Opera’s biggest flaw, site compatibility, is really a problem right now. Opera9.5a, which was supposed to fix this greatly, hasn’t helped the situation in my experience yet.

  2. I think that they are still trying to work out the kinks in Opera’s site compatibility. I saw that they have been submitting several fixes for site compatibility, particularly with Yahoo! Mail Beta. Maybe wait to see what they say on Thursday when they release Opera 9.5 Beta.

  3. netster007x wrote:
    Now that I’m on Opera, Fx finally gets features. Opera’s biggest flaw, site compatibility, is really a problem right now. Opera9.5a, which was supposed to fix this greatly, hasn’t helped the situation in my experience yet.

    I recently switched to Opera too and there are things I love about it, but a few things that drive me crazy. I usually just leave Opera open and Firefox– and switch between the two depending on what site I’m on. It works well. :)