Over the past couple days, we have gone through and updated the Wiki. The Extensions section has been updated for Firefox 7.0 and 8.0 compatibility and about a dozen new extensions that have already been discussed on the blog were added. The Firefox Tweaks section has also been updated for Firefox 7.0 and 8.0 compatibility. Also we have re-formatted the tweak pages, doing away with the color-code Firefox version compatibility and adding an updated date at the bottom of each page. Now each tweak will show Works with: followed by the version number. Old Compatibility Listing Design Firefox 3.6: YES …
November 15, 2011
From today’s meeting it was announced, unlike Firefox there will not be a 8.0.1 release for Thunderbird and 9 Beta 1 should be released on November 16th.
In today’s Mozilla Weekly Update meeting it was announced Thunderbird 9.0 Beta is delayed, but is coming. While there is no official release date yet for Thunderbird 9.0 Beta, could be as early as today (November 15th). When we checked last night, we were already seeing Linux and Mac candidate builds, but so far nothing for Win32.
The new default favicon for sites that don’t have a favicon is nothing more than a dotted square. In the past it resembled a piece of paper. Here are a couple options to replace the current favicon. Add these lines to your userChrome.css in the chrome folder within your profile folder [directions] Firefox Logo () – rob64rock has a stylish script that will do this as well. /* Fx branding tab Favicon on New/Blank tabs */ tab .tab-icon-image:not([src]) { list-style-image: url(“chrome://branding/content/icon16.png”) !important; } #urlbar #page-proxy-favicon:not([src]) { list-style-image: url(“chrome://branding/content/icon16.png”) !important; } menuitem[class=”menuitem-iconic bookmark-item menuitem-with-favicon”]:not([src]) { list-style-image: url(“chrome://branding/content/icon16.png”) !important; } Other Logo…