First off, by faster we do not mean frequency, but rather how fast the update installs on your machine. Ehsan Akhgari has posted an article on Future of Firefox, Updating Firefox in the Background. In this article, Ehsan explains how the current Firefox update process works and what is being done to improve this process. In order to update itself, Firefox first starts to download an update in the background. When the update is downloaded, Firefox stages it in a directory ready to be applied. The next time that Firefox is about to start up, it checks out the staging…
Articles by ElGuru
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 …
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…
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…
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.
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…
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’…
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,…