<?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; firefox favicons</title>
	<atom:link href="http://www.ghacks.net/tag/firefox-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 11:26:04 +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>
	</channel>
</rss>
