<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>gHacks technology news &#187; favicons</title>
	<atom:link href="http://www.ghacks.net/tag/favicons/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.ghacks.net</link>
	<description>A technology blog covering software, mobile phones, gadgets, security, the Internet and other relevant areas.</description>
	<lastBuildDate>Tue, 24 Nov 2009 03:24:03 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.6</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How To Remove Favicons In Firefox Bookmarks</title>
		<link>http://www.ghacks.net/2009/05/11/how-to-remove-favicons-in-firefox-bookmarks/</link>
		<comments>http://www.ghacks.net/2009/05/11/how-to-remove-favicons-in-firefox-bookmarks/#comments</comments>
		<pubDate>Mon, 11 May 2009 08:43:08 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[bookmarks]]></category>
		<category><![CDATA[favicons]]></category>
		<category><![CDATA[firefox bookmarks]]></category>
		<category><![CDATA[firefox favicons]]></category>
		<category><![CDATA[mozilla]]></category>
		<category><![CDATA[web browser]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2009/05/11/how-to-remove-favicons-in-firefox-bookmarks/</guid>
		<description><![CDATA[Favicons are those tiny little icons that are displayed in front of every bookmark and tab in the Mozilla Firefox web browser. They can be used to identify a website next to the website title that is also always shown. There are two main reasons why someone would want to remove favicons in the Firefox [...]]]></description>
			<content:encoded><![CDATA[<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/firefox.png" alt="firefox" title="firefox" width="113" height="109" class="alignleft size-full wp-image-12575" />Favicons are those tiny little icons that are displayed in front of every bookmark and tab in the <a href="http://www.ghacks.net/tag/firefox/">Mozilla Firefox</a> web browser. They can be used to identify a website next to the website title that is also always shown. There are two main reasons why someone would want to remove favicons in the <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> web browser. The first reason is size. Bookmarks with favicons can take up to 10 times as much space on the computer hard drive than those without. While a difference between 3 Megabytes and 300 Kilobytes does not look like much it can make a difference especially in very large bookmark collections. The second concern is privacy related as new favicons are requested by the web browser from the website itself.</p>
<p><span id="more-12731"></span>The following article outlines a two-step process to remove existing Firefox favicons and block new ones from being created. It is recommended to backup all files that are mentioned in this article prior to making the necessary changes. </p>
<p><strong>1. Firefox settings</strong></p>
<p>The first step is to change settings in the about:config dialog of the Firefox web browser. Simply enter [about:config] in the Firefox address bar and filter the list for the term [browser.chrome]. Change the following three parameters to the following values:</p>
<ul>
<li>browser.chrome.favicons &#8211; False</li>
<li>browser.chrome.image_icons.max_size &#8211; 0</li>
<li>browser.chrome.site_icon &#8211; False</li>
</ul>
<p><img src="http://www.ghacks.net/wp-content/uploads/2009/05/firefox_bookmark_favicons-500x143.jpg" alt="firefox bookmark favicons" title="firefox bookmark favicons" width="500" height="143" class="alignnone size-medium wp-image-12730" /></p>
<p>This step does not get rid of already existing bookmark favicons. </p>
<p><strong>2. Removing existing favicons</strong></p>
<p>Press [Ctrl Shift B], select Import and Backup from the toolbar and pick Export HTML. This will save a copy of the bookmarks as a html file to the local desktop. Open that html file in the web browser and run the following <a href="javascript:(function(){%20var%20ls=document.getElementsByTagName('*');%20for%20 (var%20i=0;%20i<ls.length;%20i++)%20{l=ls[i];%20l.removeAttribute('id') ;%20l.removeAttribute('last_charset');%20l.removeAttribute('icon'); %20l.removeAttribute('last_modified');%20l.removeAttribute('last_visit'); %20l.removeAttribute('add_date');%20l.removeAttribute('personal_toolbar_folder') ;}%20alert('Cleanup%20Complete%20-%20Save%20as%20Web%20Page, %20Complete')})();">bookmarklet</a> to remove all Firefox favicons from it.</p>
<p>You can drag and drop the bookmarklet to the favorites or copy and paste it into the Firefox address bar to execute it.</p>
<p>Save the page again by pressing [Ctrl S]. Save it under the same name. Now close the Firefox web browser. We need to remove the old bookmark files from the Firefox profile folder. Here is the location of the Firefox profile folder on various operating systems:</p>
<p>Linux: ~/.mozilla/firefox/xxxxxxxx.default/<br />
Mac OS: ~/Library/Application Support/Firefox/Profiles/xxxxxxxx.default/<br />
Windows 98 / ME: C:\WINDOWS\Application Data\Mozilla\Firefox\Profiles\xxxxxxxx.default\<br />
Windows Vista / XP: %APPDATA%\Mozilla\Firefox\Profiles\xxxxxxxx.default\</p>
<p>Locate the active Firefox profile. Remember to backup places.sqlite. Now delete places.sqlite and all .json files in the bookmarkbackups subfolder. Restart Firefox. You will notice that all bookmarks are gone. Use [Ctrl Shift B] again to load the library. Select Import and Backup again. This time pick Import HTML and load the previously edited html file.</p>
<p>The bookmarks will be loaded into Firefox. You might need to arrange them again but all favicons should be gone for good. </p>

	Tags: <a href="http://www.ghacks.net/tag/bookmarks/" title="bookmarks" rel="tag">bookmarks</a>, <a href="http://www.ghacks.net/tag/favicons/" title="favicons" rel="tag">favicons</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-bookmarks/" title="firefox bookmarks" rel="tag">firefox bookmarks</a>, <a href="http://www.ghacks.net/tag/firefox-favicons/" title="firefox favicons" rel="tag">firefox favicons</a>, <a href="http://www.ghacks.net/tag/mozilla/" title="mozilla" rel="tag">mozilla</a>, <a href="http://www.ghacks.net/tag/web-browser/" title="web browser" rel="tag">web browser</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/23/web-browser-firefox-save-tabs-add-on/" title="Web Browser: Firefox Save Tabs Add-On (April 23, 2009)">Web Browser: Firefox Save Tabs Add-On</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/10/19/sync-firefox-bookmarks-without-third-party-help/" title="Sync Firefox Bookmarks Without Third Party Help (October 19, 2008)">Sync Firefox Bookmarks Without Third Party Help</a> (5)</li>
	<li><a href="http://www.ghacks.net/2008/10/19/sort-firefox-bookmarks/" title="Sort Firefox Bookmarks (October 19, 2008)">Sort Firefox Bookmarks</a> (3)</li>
	<li><a href="http://www.ghacks.net/2009/07/16/save-firefox-bookmark-searches/" title="Save Firefox Bookmark Searches (July 16, 2009)">Save Firefox Bookmark Searches</a> (7)</li>
	<li><a href="http://www.ghacks.net/2009/04/21/prepare-for-firefox-309/" title="Prepare For Firefox 3.0.9. (April 21, 2009)">Prepare For Firefox 3.0.9.</a> (4)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/05/11/how-to-remove-favicons-in-firefox-bookmarks/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Add Favicons To Websites Without One</title>
		<link>http://www.ghacks.net/2008/07/18/add-favicons-to-websites-without-one/</link>
		<comments>http://www.ghacks.net/2008/07/18/add-favicons-to-websites-without-one/#comments</comments>
		<pubDate>Fri, 18 Jul 2008 09:01:00 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[favicons]]></category>
		<category><![CDATA[firefox add-ons]]></category>
		<category><![CDATA[firefox tips]]></category>
		<category><![CDATA[firefox-extensions]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5408</guid>
		<description><![CDATA[Favicons are a great way to identify websites visually and it is even possible to display only the Favicons in some tabs with the FaviconizeTab add-on for Firefox. Favicons are not only displayed in open tabs and the location bar but also in the Bookmark&#8217;s menu. I would like to introduce two ways to add [...]]]></description>
			<content:encoded><![CDATA[<p>Favicons are a great way to identify websites visually and it is even possible to display only the Favicons in some tabs with the <a href="https://addons.mozilla.org/en-US/firefox/addon/3780">FaviconizeTab</a> add-on for <a href="http://www.ghacks.net/tag/firefox/">Firefox</a>. Favicons are not only displayed in open tabs and the location bar but also in the Bookmark&#8217;s menu. I would like to introduce two ways to add favicons to websites that do not have their own favicon and display the default boring one instead which provides no way to recognize websites by looking at the favicon.</p>
<p><a href="http://www.cs.bme.hu/~dhanak/identfavicon/">IdentFavicon</a> is an automatic solution that creates identifiable and recognizable favicons from identifiers like IP addresses. This add-on uses the CRC-32 code of the website as the identifier to create unique favicons for every website that does not have one. The benefit of this add-on is that the creation process is automatic. It does have a few shortcomings that will hopefully be addressed by the author of the extension.</p>
<p>The favicons that are generated do not seem to be saved which means that all bookmarks that did not have a favicon in first place will remain without one when browsing the bookmarks&#8217;s menu. Even sites that have been opened and bookmarked will not make use of the generated favicon in the bookmarks.</p>
<p><span id="more-5408"></span>It&#8217;s more of a live favicons add-on that only propels the tab bar.</p>
<p>A far more sophisticated tool is the <a href="https://addons.mozilla.org/en-US/firefox/addon/7849">Favicon Picker</a> add-on. This one makes it possible to change any favicon manually. It might mean more work in the beginning because the changes have to be made in the Bookmark&#8217;s properties menu but the results are better.</p>
<p>The picked favicon appears everywhere, in the bookmarks and in the tab bar making it easier to identify websites visually no matter where you go in Firefox. As I said earlier it is possible to change favicons, if you have liked the old Google favicon better than the new one you could change it to the old one again.</p>

	Tags: <a href="http://www.ghacks.net/tag/favicons/" title="favicons" rel="tag">favicons</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-add-ons/" title="firefox add-ons" rel="tag">firefox add-ons</a>, <a href="http://www.ghacks.net/tag/firefox-tips/" title="firefox tips" rel="tag">firefox tips</a>, <a href="http://www.ghacks.net/tag/firefox-extensions/" title="firefox-extensions" rel="tag">firefox-extensions</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/07/15/move-firefox-tabs-to-the-sidebar/" title="Move Firefox Tabs To The Sidebar (July 15, 2008)">Move Firefox Tabs To The Sidebar</a> (6)</li>
	<li><a href="http://www.ghacks.net/2006/07/11/how-to-enable-all-extensions-in-firefox-20/" title="How to enable all extensions in Firefox 2.0 (July 11, 2006)">How to enable all extensions in Firefox 2.0</a> (55)</li>
	<li><a href="http://www.ghacks.net/2008/10/03/firefox-urlbar-extension/" title="Firefox URLBar Extension (October 3, 2008)">Firefox URLBar Extension</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/05/28/firefox-cache-it-add-on/" title="Firefox Cache It Add-on (May 28, 2008)">Firefox Cache It Add-on</a> (4)</li>
	<li><a href="http://www.ghacks.net/2008/05/30/firefox-bookmark-permissions/" title="Firefox Bookmark Permissions (May 30, 2008)">Firefox Bookmark Permissions</a> (0)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/18/add-favicons-to-websites-without-one/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Create your own favicon with ease</title>
		<link>http://www.ghacks.net/2007/10/13/create-your-own-favicon-with-ease/</link>
		<comments>http://www.ghacks.net/2007/10/13/create-your-own-favicon-with-ease/#comments</comments>
		<pubDate>Sat, 13 Oct 2007 17:10:29 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Online Services]]></category>
		<category><![CDATA[favicon generator]]></category>
		<category><![CDATA[favicons]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/10/13/create-your-own-favicon-with-ease/</guid>
		<description><![CDATA[Website owners should create their own favicons that are placed in that tiny space next to your url and consist normally of 16x16 pixels. They show up in the bookmarks section of your browser as well and several extension for Firefox let you replace the text of the tabs with just the favicon of the websites.]]></description>
			<content:encoded><![CDATA[<p>Website owners should create their own favicons that are placed in that tiny space next to your url and consist normally of 16&#215;16 pixels. They show up in the bookmarks section of your browser as well and several extension for <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> let you replace the text of the tabs with just the favicon of the websites.</p>
<p>I&#8217;m using an online favicon generator which offers all the functionality that one needs. You see a blank 16&#215;16 image that you can fill with colors to create your favicon. That can be saved to your computer and added to your website. Another option would be to use one of the many stored favicons that are all released under Creative Commons. </p>
<p>I got the Mona Lisa favicon from that website. I think it is really awesome what some users can do with just 16&#215;16 pixels. Here is a short selection of popular favicons from the site.</p>
<p><span id="more-2123"></span><img src="http://www.ghacks.net/files/screens/2007/10/eye-big.png" alt="eye favicon" /><img src="http://www.ghacks.net/files/screens/2007/10/leave-big.png" alt="leave favicon" /><img src="http://www.ghacks.net/files/screens/2007/10/skull-big.png" alt="skull favicon" /><img src="http://www.ghacks.net/files/screens/2007/10/tux-big.jpg" alt="tux favicon" /></p>
<p><strong>Read More:</strong></p>
<p><a href="http://www.favicon.cc/">Favicon.cc</a></p>

	Tags: <a href="http://www.ghacks.net/tag/favicon-generator/" title="favicon generator" rel="tag">favicon generator</a>, <a href="http://www.ghacks.net/tag/favicons/" title="favicons" rel="tag">favicons</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/05/11/how-to-remove-favicons-in-firefox-bookmarks/" title="How To Remove Favicons In Firefox Bookmarks (May 11, 2009)">How To Remove Favicons In Firefox Bookmarks</a> (3)</li>
	<li><a href="http://www.ghacks.net/2008/07/18/add-favicons-to-websites-without-one/" title="Add Favicons To Websites Without One (July 18, 2008)">Add Favicons To Websites Without One</a> (1)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/10/13/create-your-own-favicon-with-ease/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
	</channel>
</rss>
