Firefox 4

Firefox 4 fonctionne bien. Firebug peut maintenant s’ouvrir dans une nouvelle fenêtre. Les icônes des signets prennent trop de place sous la barre d’adresse. Mais ça s’arrange en suivant cette procédure.

Go to /Users/[your username]/Library/Application Support/Firefox/Profiles/[*].default/chrome
Rename file userChrome-example.css to userChrome.css
Open it with text editor and copy and paste the following code after the line which starts with « @name »:

/* Hide Bookmark Folder Icon */
.bookmark-item[type= »menu »] > .toolbarbutton-icon {
display: none !important;
}
/* Remove Bookmark Item Icons */
#personal-bookmarks toolbarbutton:not([type=menu]) image {
display: none !important;
-moz-margin-end: 0px !important;
}

Source.

À part ça, beau travail!

Téléchargez Firefox 4.


Christian Thibault