2011

Thunderbird Updates 11/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.

Read More

Thunderbird 9.0 Beta Delayed

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.

Read More

Replace Firefox Default Favicon

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…

Read More

FaviconizeTab

While Tab Utilities has a lot of stuff to offer, the only feature I really needed was to have the ability to Faviconize a tab. As B. Moore pointed out, there is add-on that does just that, FaviconizeTab. For those who want their links to open in a new tab to the far right instead of to the right of the pinned tabs or the current tab go into about:config, filter for browser.tabs.insertRelatedAfterCurrent and double-click to change to False. This add-on works with Firefox 4.0 and newer (Firefox 3.6 did not support App Tabs) and is about 10 KB in…

Read More

Facebook Update

We’ve made it easier to get to us on Facebook now. We can now be found at facebook.com/ffextensionguru. We are also trying to add more content such as the recent poll about App Tabs to go along with the posts earlier today about this often unknown or misused feature in Firefox 4 and newer.

Read More

App Tabs

Back when Firefox 4.0 rolled out in March one of the (many) new features was a little something called App Tabs. This was something borrowed from Chrome and even we didn’t really understand the correct use of this feature when we wrote about it in the Firefox 4 Quick Guide. Of course at this point, it really doesn’t matter what you are using an App Tab for as their behavior won’t change until Firefox 9 is released in December. As reported earlier, in Firefox 9 the new ‘Don’t Load Tabs’ option is going to exclude App Tabs starting in Firefox…

Read More

Tab Utilities

I was pointed to this add-on in the Firefox Builds forum when I had first inquired why my App Tabs were loading in Firefox 9 Beta upon start-up even though I had Don’t load tabs until selected checked. I had thought that my profile was broken (which it was, but unrelated to this normal behavior). This after being told App Tabs are for web applications not normal pages.I know I was not using them for the intended purpose, but I liked how the app tab took up 85% less space on my tab bar. Tab Utilities allows me to ‘Faviconize’…

Read More

Changes to “Don’t Load Tabs” option

Firefox 9 is going to bring a change to the new Don’t load tabs until selected feature which was introduced in Firefox 8. In Firefox 8, when Don’t load tabs until selected option is checked, ALL tabs (normal and pinned/app) don’t load until selected. However, in Firefox 9.0 (release date December 20th, 2011) only regular tabs will not be loaded until selected, pinned/app tabs will load on start-up and prior to the last viewed tab. There was talk in Bug 674452 of adding a Always restore pinned tabs sub-option (checked by default) under the Don’t load tabs until selected option,…

Read More

Clear Firefox Button

As a result of the UI changes in Firefox 8 with the inverted (white) icons, the add-on App Button Clear does not work correctly. Besides being ‘incompatible’, when the add-on is forced to work in Firefox 8, it turns the App (Firefox) button white instead of clear. However, there is a userChrome.css tweak that will make the Firefox button clear (also works if you are using the Moveable Firefox button add-on). Simply add the below lines to your userChrome.css file and restart Firefox [directions]. /* Makes Firefox Button Transparent */ #appmenu-button{ background: transparent !important; border: 1px solid rgba(0,0,0,0.3) !important; border-top:none!important;…

Read More

Add-on Compatibility Reporter Update

Add-on Compatibility Reporter has been updated to version 0.9.3 earlier today. This update addressees issues with the Add-on compatibility checking not being disabled when updating to Firefox 10 Aurora and/or Thunderbird 10 Earlybird builds. Simply go into the Aurora or Earlybird Add-ons manager, right-click on Add-on Comparability Reporter and select Find Updates. You can also update via AMO.

Read More