<?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; tweaking firefox</title>
	<atom:link href="http://www.ghacks.net/tag/tweaking-firefox/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 23:31:44 +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>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>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>
