<?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; about:config</title>
	<atom:link href="http://www.ghacks.net/tag/aboutconfig/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>Wed, 25 Nov 2009 11:56:41 +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>Linux Solutions: Why does Firefox start in offline mode?</title>
		<link>http://www.ghacks.net/2009/04/20/linux-solutions-why-does-firefox-start-in-offline-mode/</link>
		<comments>http://www.ghacks.net/2009/04/20/linux-solutions-why-does-firefox-start-in-offline-mode/#comments</comments>
		<pubDate>Mon, 20 Apr 2009 18:58:36 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Tutorials Basic]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[about:config]]></category>
		<category><![CDATA[networkmanager]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=12211</guid>
		<description><![CDATA[If you have this problem you know how frustrating it can be. Every time you fire up Firefox it wants to start in offline mode. To get around this you have to go to the File menu and uncheck the Work Offline box.
When I first encountered this I immediately opened up about:config and searched everywhere [...]]]></description>
			<content:encoded><![CDATA[<p>If you have this problem you know how frustrating it can be. Every time you fire up <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> it wants to start in offline mode. To get around this you have to go to the File menu and uncheck the Work Offline box.</p>
<p>When I first encountered this I immediately opened up <em>about:config</em> and searched everywhere for the entry that was causing this issue. No luck. Every possible entry &#8220;browser.online&#8221; entry was checked as &#8220;true&#8221;, but still the browser would start offline. Everywhere I looked it seemed it was set up properly&#8230;and this shouldn&#8217;t be a difficult issue. It was turning into a hair-losing situation. Eventually, however, I would figure out what was going on.</p>
<p><span id="more-12211"></span>In many modern Linux distributions network management is controlled by the user-friendly NetworkManager utility. Sometimes there is a bit of a disconnect between Firefox and NetworkManager.? This doesn&#8217;t happen often (Most often this happens in Fedora.), but when it does happen it will make you feel like you have no idea what you are doing.</p>
<p>There are two ways to get around this. The first way is go hop on to Firefox, open the <em>about:config</em> window (you will most likely have to click the check box promising you&#8217;ll be careful using this configuration page), and do a search for the string:</p>
<p><em>toolkit.networkmanager.disble</em></p>
<p>By default this is set to false which means it is working in conjunction with NetworkManager to see if there is a connection. Set this string to true, restart Firefox, and you most likely will not have this problem again.</p>
<div id="attachment_12212" class="wp-caption alignleft" style="width: 287px"><a href="http://www.ghacks.net/wp-content/uploads/2009/04/netmanager1.png"><img class="size-full wp-image-12212" src="http://www.ghacks.net/wp-content/uploads/2009/04/netmanager1.png" alt="Figure 1" width="277" height="263" /></a><p class="wp-caption-text">Figure 1</p></div>
<p>If you&#8217;d rather not monkey with the <em>about: config </em>page in Firefox you will have to change a setting in NetworkManager itself. You will find the NetworkManager entry in the Administration sub menu of the System menu. The entry is labeled &#8220;Network&#8221;. Click on the Network entry to open up the NetworkManager window (see Figure 1).</p>
<p>Select your method of connecting to the net and click the Edit button. A new window will appear that allows you to edit various aspects of this connection.</p>
<div id="attachment_12213" class="wp-caption alignright" style="width: 310px"><a href="http://www.ghacks.net/wp-content/uploads/2009/04/netmanager2.png"><img class="size-medium wp-image-12213" src="http://www.ghacks.net/wp-content/uploads/2009/04/netmanager2-500x432.png" alt="Figure 2" width="300" height="259" /></a><p class="wp-caption-text">Figure 2</p></div>
<p>There is only one configuration you need to change here. If the box next to &#8220;Controlled by NetworkManager&#8221;is checked, uncheck it. If it is unchecked, check it. This will depend completely on how you manage your network connection.</p>
<p>Firefox by default uses NetworkManager to know if a connection has been made. If you use another tool for your network connection, and you have Firefox enabled to check NetworkManager, you will always start off line, because Firefox will think you have no connection.</p>
<p>My suggestion is that you first try the <em>about:config</em> entry. If that doesn&#8217;t work then give the NetworkManager approach a try. One way or another, you will be able to stop this insipid behavior.</p>
<p><strong>Final Thoughts</strong></p>
<p>The real culprit here, in my opinion, is that the developers of NetworkManager and the developers of Firefox can&#8217;t seem to agree on a standard. This, of course, is a problem that haunts Linux in a number of areas. In the case of this one issue, you now know a way around it.</p>

	Tags: <a href="http://www.ghacks.net/tag/aboutconfig/" title="about:config" rel="tag">about:config</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/linux/" title="Linux" rel="tag">Linux</a>, <a href="http://www.ghacks.net/tag/networkmanager/" title="networkmanager" rel="tag">networkmanager</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/03/06/tweak-firefox-with-aboutconfig/" title="Tweak Firefox with about:config (March 6, 2009)">Tweak Firefox with about:config</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/05/18/open-xml-viewer-for-microsoft-word-2007/" title="Open XML Viewer For Microsoft Word 2007 (May 18, 2009)">Open XML Viewer For Microsoft Word 2007</a> (2)</li>
	<li><a href="http://www.ghacks.net/2009/02/14/linux-firefox-tips/" title="Linux Firefox Tips (February 14, 2009)">Linux Firefox Tips</a> (5)</li>
	<li><a href="http://www.ghacks.net/2009/02/19/installing-firefox-and-flash-from-source/" title="Installing Firefox and Flash From Source (February 19, 2009)">Installing Firefox and Flash From Source</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/04/10/extend-firefoxs-user-agent-switcher/" title="Extend Firefox&#8217;s user agent switcher (April 10, 2009)">Extend Firefox&#8217;s user agent switcher</a> (6)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/04/20/linux-solutions-why-does-firefox-start-in-offline-mode/feed/</wfw:commentRss>
		<slash:comments>7</slash:comments>
		</item>
		<item>
		<title>Tweak Firefox with about:config</title>
		<link>http://www.ghacks.net/2009/03/06/tweak-firefox-with-aboutconfig/</link>
		<comments>http://www.ghacks.net/2009/03/06/tweak-firefox-with-aboutconfig/#comments</comments>
		<pubDate>Fri, 06 Mar 2009 17:37:14 +0000</pubDate>
		<dc:creator>Jack Wallen</dc:creator>
				<category><![CDATA[Advice]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[The Web]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[software]]></category>
		<category><![CDATA[about:config]]></category>
		<category><![CDATA[firefox rendering]]></category>
		<category><![CDATA[tweaking firefox]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=10969</guid>
		<description><![CDATA[If you use Firefox you probably have had to enter the address about:plugins to see if the plugin you just installed actually did install. But did you know there is another &#8220;about&#8221; address you can use to do some serious tweaking in the famous open source web browser? That address: about:config.
The about:config address is a [...]]]></description>
			<content:encoded><![CDATA[<p>If you use <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> you probably have had to enter the address <em>about:plugins</em> to see if the plugin you just installed actually did install. But did you know there is another &#8220;about&#8221; address you can use to do some serious tweaking in the famous open source web browser? That address: <em>about:config</em>.</p>
<p>The <em>about:config</em> address is a special location that allows you to change configuration options in Firefox. Most of these options aren&#8217;t every-day, end-user-friendly options. Instead these options can look a little overwhelming to the pedestrian. But to those that hold no fear of tweaking, <em>about:config</em> is your friend. In this article I will show you a few tweaks in <em>about:config</em> so you can get familiar with how this special configuration address is used.</p>
<p><span id="more-10969"></span>When you first load <em>about:config</em> in your Firefox browser you will have to click an &#8220;I&#8217;ll Be Careful, I Promise&#8221; button that warns you what you are about to do can void your warranty. It&#8217;s okay, really, go ahead and push the button.</p>
<p>Once you push the button you will see entries like this:</p>
<p><code>accessibility.accesskeycausesactivation     default     boolean     true</code></p>
<p>The first entry is the Preference Name. Next is the Status, followed by the Type, and the Value. Each entry follows this same format.To change a value in an entry you only have to right click that entry and, depending up on the type of value, click the Toggle entry in the popup menu. If the value is, say, an integer a Modify entry will appear allowing you to modify the value of the entry.</p>
<p>Within the <em>about:config</em> there are various categories:</p>
<ul>
<li>Accessability</li>
<li>Advanced</li>
<li>Alerts</li>
<li>Browser</li>
<li>Config</li>
</ul>
<p>Your <em>about:config</em> will show each entry arranged according to category. You will also find a very large amount of entries &#8211; don&#8217;t let that overwhelm you. You can also search your entries (thanks to the handy Filter.</p>
<p>So let&#8217;s take a look at a few <em>about:config</em> entries that will make a noticeable change in the speed of Firefox. These entries are:</p>
<ul>
<li>network.http.pipelining.</li>
<li>network.http.proxy.pipelining</li>
<li>network.http.pipelining.maxrequests</li>
</ul>
<p>The fastest way to find this is to enter <em>pipelining</em> in the Filter.</p>
<p>Once you have found them you will do the following:</p>
<ul>
<li>Set network.http.pipelining to &#8220;true&#8221; by right clicking the entry and selecting Toggle.</li>
<li>Set network.http.proxy.pipelining to &#8220;true&#8221; by right clicking the entry and selecting Toggle.</li>
<li>Set network.http.pipelining.maxrequests to value like 50 by right clicking the entry, selecting Modify, entering the new value, and clicking OK.</li>
</ul>
<p>Now let&#8217;s add a totally new entry to help speed up Firefox. Click anywhere and select New and then select integer. A small window will open asking for the name of the new entry. Enter <em>nglayout.initialpaint.delay</em> and give it a value of &#8220;0&#8243; (no quotes) when prompted.</p>
<p>Firefox should now be noticeably faster.</p>
<p>Of course using <em>about:config</em> isn&#8217;t limited to speed. Browse through the listing of entries and you will notice that nearly every possible configuration option imaginable is there. Play around with familiar entries and see how far you can tweak Firefox. Just use caution, if you don&#8217;t know what an entry does make sure you look it up before you edit it. A good place to find information on each entry is the official <a title="about:config entries" href="http://kb.mozillazine.org/Firefox_:_FAQs_:_About:config_Entries" target="_blank">Firefox about:config Entries</a> database.</p>

	Tags: <a href="http://www.ghacks.net/tag/aboutconfig/" title="about:config" rel="tag">about:config</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-rendering/" title="firefox rendering" rel="tag">firefox rendering</a>, <a href="http://www.ghacks.net/tag/tweaking-firefox/" title="tweaking firefox" rel="tag">tweaking firefox</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2009/04/20/linux-solutions-why-does-firefox-start-in-offline-mode/" title="Linux Solutions: Why does Firefox start in offline mode? (April 20, 2009)">Linux Solutions: Why does Firefox start in offline mode?</a> (7)</li>
	<li><a href="http://www.ghacks.net/2008/07/07/delete-aboutconfig-entries-in-firefox/" title="Delete about:config Entries in Firefox (July 7, 2008)">Delete about:config Entries in Firefox</a> (3)</li>
	<li><a href="http://www.ghacks.net/2007/04/11/advanced-firefox-configuration-tips/" title="Advanced Firefox Configuration Tips (April 11, 2007)">Advanced Firefox Configuration Tips</a> (6)</li>
	<li><a href="http://www.ghacks.net/2008/03/13/zoom-in-on-images-in-firefox/" title="Zoom In on Images in Firefox (March 13, 2008)">Zoom In on Images in Firefox</a> (6)</li>
	<li><a href="http://www.ghacks.net/2009/04/24/youtube-enhance-youtube-experience/" title="Youtube: Enhance Youtube Experience (April 24, 2009)">Youtube: Enhance Youtube Experience</a> (11)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2009/03/06/tweak-firefox-with-aboutconfig/feed/</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
		<item>
		<title>Delete about:config Entries in Firefox</title>
		<link>http://www.ghacks.net/2008/07/07/delete-aboutconfig-entries-in-firefox/</link>
		<comments>http://www.ghacks.net/2008/07/07/delete-aboutconfig-entries-in-firefox/#comments</comments>
		<pubDate>Mon, 07 Jul 2008 17:15:56 +0000</pubDate>
		<dc:creator>Cheryl</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[about:config]]></category>
		<category><![CDATA[firefox tips]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/?p=5259</guid>
		<description><![CDATA[I love Firefox because I can pretty much customize it anyway I like to suit my tastes. Besides the add-ons and themes available, Firefox even allows you to change how your browser functions. The key to this is the ‘about:config’ command that you type in the address bar.
 
With Firefox 2, I use about:config to [...]]]></description>
			<content:encoded><![CDATA[<p><span>I love <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> because I can pretty much customize it anyway I like to suit my tastes. Besides the add-ons and themes available, Firefox even allows you to change how your browser functions. The key to this is the ‘<strong>about:config</strong>’ command that you type in the address bar.</span></p>
<p class="MsoPlainText"><span> </span></p>
<p class="MsoPlainText"><span>With Firefox 2, I use about:config to plug many of Firefox’s notorious memory leaks. The tips I used worked great and I never had any problems with my Firefox. A little while ago though someone posted an interesting question on <a href="http://lifehacker.com/397410/how-do-i-delete-aboutconfig-entries" target="_blank">Lifehacker</a> that I hadn’t really thought about. What if you want to delete an about:config entry?</span></p>
<p class="MsoPlainText"><span id="more-5259"></span></p>
<p class="MsoPlainText"><span> </span></p>
<p class="MsoPlainText"><span>This is quite a practical question. Let’s say I misspell an entry as I’m typing it in. Obviously, I don’t want to keep these useless entries in my browser so I would get rid of them. The good part is that there’s a very simple way to delete redundant entries without causing any chaos with your browser.</span></p>
<p class="MsoPlainText"><span> </span></p>
<p class="MsoPlainText"><span>To delete an entry, just right-click it and select <strong>Reset</strong>. Then, restart Firefox. If the value you chose was originally part of the browser, it will go back to its default value. If the value was added by you, it will be deleted. </span></p>
<p class="MsoPlainText"><span> </span></p>
<p class="MsoPlainText"><span>I tried out this trick on my own version of Firefox with a few deliberately mistyped entries. It worked fine for me. This is a handy trick to know in case you ever make some unwanted adjustments to Firefox. What do you think of this tip? Do you know of any other way to delete about:config entries in Firefox? Let me know in the comments.</span></p>

	Tags: <a href="http://www.ghacks.net/tag/aboutconfig/" title="about:config" rel="tag">about:config</a>, <a href="http://www.ghacks.net/tag/firefox/" title="firefox" rel="tag">firefox</a>, <a href="http://www.ghacks.net/tag/firefox-tips/" title="firefox tips" rel="tag">firefox tips</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/04/30/working-with-several-firefox-profiles/" title="Working with several Firefox profiles (April 30, 2008)">Working with several Firefox profiles</a> (21)</li>
	<li><a href="http://www.ghacks.net/2008/08/05/whitelist-bookmarks-in-adblock-plus/" title="Whitelist Bookmarks In Adblock Plus (August 5, 2008)">Whitelist Bookmarks In Adblock Plus</a> (1)</li>
	<li><a href="http://www.ghacks.net/2008/02/18/warning-unresponsive-script-in-firefox/" title="Warning Unresponsive Script in Firefox (February 18, 2008)">Warning Unresponsive Script in Firefox</a> (14)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/tweak-firefox-with-aboutconfig/" title="Tweak Firefox with about:config (March 6, 2009)">Tweak Firefox with about:config</a> (2)</li>
	<li><a href="http://www.ghacks.net/2008/06/19/trim-down-the-location-bar-in-firefox-3-to-show-results-in-one-line/" title="Trim down the Location Bar in Firefox 3 to show results in one line (June 19, 2008)">Trim down the Location Bar in Firefox 3 to show results in one line</a> (2)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2008/07/07/delete-aboutconfig-entries-in-firefox/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
		</item>
		<item>
		<title>Advanced Firefox Configuration Tips</title>
		<link>http://www.ghacks.net/2007/04/11/advanced-firefox-configuration-tips/</link>
		<comments>http://www.ghacks.net/2007/04/11/advanced-firefox-configuration-tips/#comments</comments>
		<pubDate>Wed, 11 Apr 2007 10:42:23 +0000</pubDate>
		<dc:creator>Martin</dc:creator>
				<category><![CDATA[Browsing]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[about:config]]></category>
		<category><![CDATA[advanced firefox settings]]></category>
		<category><![CDATA[firefox config]]></category>
		<category><![CDATA[firefox-tweaks]]></category>
		<category><![CDATA[tweaking firefox]]></category>

		<guid isPermaLink="false">http://www.ghacks.net/2007/04/11/advanced-firefox-configuration-tips/</guid>
		<description><![CDATA[I'm still using Firefox and I thought it would be nice to share some advanced configuration tips that helped me a lot with you. This article was inspired by Lifehackers Top Firefox 2 config tweaks but adds advanced tips to the mix. Rest assured that the configuration tweaks will not list the same tips that you see on every other site nowadays, I promise new unseen tips.]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m still using <a href="http://www.ghacks.net/tag/firefox/">Firefox</a> and I thought it would be nice to share some advanced configuration tips that helped me a lot with you. This article was inspired by <a href="http://lifehacker.com/software/firefox-2/geek-to-live-top-firefox-2-config-tweaks-209941.php" target="_blank">Lifehackers</a> Top Firefox 2 config tweaks but adds advanced tips to the mix. Rest assured that the configuration tweaks will not list the same tips that you see on every other site nowadays, I promise new unseen tips.</p>
<p>I should probably start with some basic information on how you edit the Firefox configuration at all. This is actually pretty simple: Enter about:config in the address bar and hit enter. A large preferences list should appear. Every option has a preference name, a status, a type and a value.We are using the name to find the option in the large list. Status defines if it is still the default value or has been edited by the user, type defines which values are accepted in the value field. For boolean it would be true or false, integer a number and so on. To filter the list enter part of the name into the Filter text field, the results get updated on the fly. On to the tweaks..</p>
<p><span id="more-1406"></span></p>
<p><strong>Change location of bookmarks file</strong></p>
<ul>
<li>key: browser.bookmarks.file</li>
<li>default: not existing, create new String by right-clicking and entering the above key</li>
<li>value: path to bookmark.html, for instance e:\bookmark.html</li>
</ul>
<p>You might want to change this if you want to use a removable drive to store your bookmarks for instance.</p>
<p><strong>Middlemouse Paste</strong></p>
<ul>
<li>key: middlemouse.paste</li>
<li>default: false</strong></li>
<li>change to: true</li>
</ul>
<p>Setting this option to true makes it possible to paste text into any text field in Firefox.</p>
<p><strong>Hide Go Button</strong></p>
<ul>
<li>key:browser.urlbar.hideGoButton</li>
<li>default:false</li>
<li>change to:true</li>
</ul>
<p>If you set this value to true the Go button will be removed giving you more space in that bar. No one uses the go button anyway, just hit enter, this has the same effect.</p>
<p><strong>Click Selects all in url bar</strong></p>
<ul>
<li>key:browser.urlbar.clickSelectsAll</li>
<li>default:true</li>
<li>change to:false</li>
</ul>
<p>This is useful if you often copy only part of the url. The default behavior selects the complete url first if you click into the url bar and you have to click and select again to copy part of the url only.</p>
<p><strong>Open Search Results in a new Tab</strong></p>
<ul>
<li>key:browser.search.openintab</li>
<li>default:false</li>
<li>change to: true</li>
</ul>
<p>Opens the search results always in a new tab instead of the currently active tab.</p>
<p><strong>Spellcheck for textareas</strong></p>
<ul>
<li>key:layout.spellcheckDefault</li>
<li>default:1</li>
<li>change to: 2</li>
</ul>
<p>This activates the spell check for textareas and input fields as well.</p>
<p><strong>Autofill in url bar</strong></p>
<ul>
<li>key:browser.urlbar.autoFill</li>
<li>default:false</li>
<li>change to:true</li>
</ul>
<p>Known urls are automatically completed while entering them. </p>
<p><strong>Disable extension compatibility check</strong></p>
<ul>
<li>key:extensions.checkCompatibility</li>
<li>default: not existing, create new Boolean with the above name</li>
<li>value: false</li>
</ul>
<p>Setting this value to false means that Firefox will not check installed extensions for compatibility. Great during updates, could lead to problems with incompatible extensions though.</p>

	Tags: <a href="http://www.ghacks.net/tag/aboutconfig/" title="about:config" rel="tag">about:config</a>, <a href="http://www.ghacks.net/tag/advanced-firefox-settings/" title="advanced firefox settings" rel="tag">advanced firefox settings</a>, <a href="http://www.ghacks.net/tag/firefox-config/" title="firefox config" rel="tag">firefox config</a>, <a href="http://www.ghacks.net/tag/firefox-tweaks/" title="firefox-tweaks" rel="tag">firefox-tweaks</a>, <a href="http://www.ghacks.net/tag/tweaking-firefox/" title="tweaking firefox" rel="tag">tweaking firefox</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li><a href="http://www.ghacks.net/2008/06/22/visualize-blue-https-sites-in-firefox-3-in-a-better-way/" title="Visualize blue https sites in Firefox 3 in a better way (June 22, 2008)">Visualize blue https sites in Firefox 3 in a better way</a> (8)</li>
	<li><a href="http://www.ghacks.net/2009/03/06/tweak-firefox-with-aboutconfig/" title="Tweak Firefox with about:config (March 6, 2009)">Tweak Firefox with about:config</a> (2)</li>
	<li><a href="http://www.ghacks.net/2007/10/20/two-firefox-sidebar-tweaks/" title="Two Firefox Sidebar Tweaks (October 20, 2007)">Two Firefox Sidebar Tweaks</a> (14)</li>
	<li><a href="http://www.ghacks.net/2007/04/25/tiny-menu-firefox-extension/" title="Tiny Menu Firefox Extension (April 25, 2007)">Tiny Menu Firefox Extension</a> (5)</li>
	<li><a href="http://www.ghacks.net/2007/10/28/pimp-the-add-bookmark-dialog-in-firefox/" title="Pimp the Add Bookmark Dialog in Firefox (October 28, 2007)">Pimp the Add Bookmark Dialog in Firefox</a> (3)</li>
</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.ghacks.net/2007/04/11/advanced-firefox-configuration-tips/feed/</wfw:commentRss>
		<slash:comments>6</slash:comments>
		</item>
	</channel>
</rss>
