<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Firefox 2 Tweaks: Tab browsing</title>
	<atom:link href="http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/feed/" rel="self" type="application/rss+xml" />
	<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/</link>
	<description>Your source for Firefox, Thunderbird, Camino, SeaMonkey news, tips and more.</description>
	<pubDate>Tue, 02 Dec 2008 02:15:30 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6</generator>
		<item>
		<title>By: ryan kulla</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-66538</link>
		<dc:creator>ryan kulla</dc:creator>
		<pubDate>Thu, 25 Sep 2008 18:24:48 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-66538</guid>
		<description>yeah get the 'Ctrl-Tab' firefox extension</description>
		<content:encoded><![CDATA[<p>yeah get the &#8216;Ctrl-Tab&#8217; firefox extension</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-59772</link>
		<dc:creator>David</dc:creator>
		<pubDate>Tue, 11 Mar 2008 20:59:41 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-59772</guid>
		<description>Does there exist an option for the Ctrl+Tab command to switch to the previous tab opened, much like Window's Alt-Tab behaviour?</description>
		<content:encoded><![CDATA[<p>Does there exist an option for the Ctrl+Tab command to switch to the previous tab opened, much like Window&#8217;s Alt-Tab behaviour?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Mary Miller</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-59733</link>
		<dc:creator>Mary Miller</dc:creator>
		<pubDate>Tue, 11 Mar 2008 15:45:55 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-59733</guid>
		<description>Even when the "new pages should be opened in a new tab" preference is selected, the new page opens in the existing window. GRRRR. Have tried lots of fixes including about:config settings.

Mac OSX 10.4.11
Firefox 2.0.0.12</description>
		<content:encoded><![CDATA[<p>Even when the &#8220;new pages should be opened in a new tab&#8221; preference is selected, the new page opens in the existing window. GRRRR. Have tried lots of fixes including about:config settings.</p>
<p>Mac OSX 10.4.11<br />
Firefox 2.0.0.12</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: David</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-57462</link>
		<dc:creator>David</dc:creator>
		<pubDate>Fri, 01 Feb 2008 21:32:52 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-57462</guid>
		<description>Is there any way to get Firefox to show the last tab opened when I pressed Ctrl+Tab (similar to the Windows Alt+Tab)? If this can't be modified in about:config, is there an addon that will do that?</description>
		<content:encoded><![CDATA[<p>Is there any way to get Firefox to show the last tab opened when I pressed Ctrl+Tab (similar to the Windows Alt+Tab)? If this can&#8217;t be modified in about:config, is there an addon that will do that?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Rich</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-56234</link>
		<dc:creator>Rich</dc:creator>
		<pubDate>Sun, 09 Dec 2007 06:22:39 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-56234</guid>
		<description>Thanks for the terrific information -- this has made my Firefox experience much better.

However, another thing that bugged me was that hovering over a tab highlights it, making me confuse it with the selected tab and sometimes closing the wrong tab (with a middle-click). I somehow managed to dig the answer out of classic.jar... at least for the default skin. Add the following lines to userChrome.css :


.tabbrowser-tab:hover:not([selected="true"]) &#62; .tab-image-left {
  background: url("chrome://global/skin/icons/tab-left-bkgnd.png") no-repeat !important;
  background-color: -moz-dialog !important;
}

.tabbrowser-tab:hover:not([selected="true"]) &#62; .tab-image-right {
  background: url("chrome://global/skin/icons/tab-right-bkgnd.png") no-repeat !important;
  background-color:  -moz-dialog !important;
}

.tabbrowser-tab:hover:not([selected="true"]) &#62; .tab-image-middle {
  height: 24px;
  background: url("chrome://global/skin/icons/tab-middle-bkgnd.png") repeat-x !important;
  background-color:  -moz-dialog !important;
}


Of course, you could just set a different background color for hovering if you prefer (and leave out the background elements). Sorry for stirring up an old topic, but even if there is an answer to this somewhere else here or on the support forum, I couldn't find it. Now, if there's just a way to stop the menus from highlighting when hovering...</description>
		<content:encoded><![CDATA[<p>Thanks for the terrific information &#8212; this has made my Firefox experience much better.</p>
<p>However, another thing that bugged me was that hovering over a tab highlights it, making me confuse it with the selected tab and sometimes closing the wrong tab (with a middle-click). I somehow managed to dig the answer out of classic.jar&#8230; at least for the default skin. Add the following lines to userChrome.css :</p>
<p>.tabbrowser-tab:hover:not([selected="true"]) &gt; .tab-image-left {<br />
  background: url(&#8221;chrome://global/skin/icons/tab-left-bkgnd.png&#8221;) no-repeat !important;<br />
  background-color: -moz-dialog !important;<br />
}</p>
<p>.tabbrowser-tab:hover:not([selected="true"]) &gt; .tab-image-right {<br />
  background: url(&#8221;chrome://global/skin/icons/tab-right-bkgnd.png&#8221;) no-repeat !important;<br />
  background-color:  -moz-dialog !important;<br />
}</p>
<p>.tabbrowser-tab:hover:not([selected="true"]) &gt; .tab-image-middle {<br />
  height: 24px;<br />
  background: url(&#8221;chrome://global/skin/icons/tab-middle-bkgnd.png&#8221;) repeat-x !important;<br />
  background-color:  -moz-dialog !important;<br />
}</p>
<p>Of course, you could just set a different background color for hovering if you prefer (and leave out the background elements). Sorry for stirring up an old topic, but even if there is an answer to this somewhere else here or on the support forum, I couldn&#8217;t find it. Now, if there&#8217;s just a way to stop the menus from highlighting when hovering&#8230;</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: patrickdrd</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-51560</link>
		<dc:creator>patrickdrd</dc:creator>
		<pubDate>Sat, 07 Jul 2007 02:20:20 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-51560</guid>
		<description>Hi!

Any way to return back to the right next to the left tab after closing one?

Thanks in advance!</description>
		<content:encoded><![CDATA[<p>Hi!</p>
<p>Any way to return back to the right next to the left tab after closing one?</p>
<p>Thanks in advance!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Percy Cabello</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-2946</link>
		<dc:creator>Percy Cabello</dc:creator>
		<pubDate>Thu, 04 Jan 2007 14:51:57 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-2946</guid>
		<description>James, Just right click on any other preference and select New/integer and enter a name for the property (browser.tabs.closeButtons) and a value. Haven't tried it in Mac though.</description>
		<content:encoded><![CDATA[<p>James, Just right click on any other preference and select New/integer and enter a name for the property (browser.tabs.closeButtons) and a value. Haven&#8217;t tried it in Mac though.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: James</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-2916</link>
		<dc:creator>James</dc:creator>
		<pubDate>Thu, 04 Jan 2007 04:08:02 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-2916</guid>
		<description>I'm using OS X - what happens if the "about.config" does not show a "browser.tabs.closeButtons" line to edit? (yes, it is really missing though every other setting line appears to be there. How can I add the line in so that I can set it to "1" to replicate my use in Safari?</description>
		<content:encoded><![CDATA[<p>I&#8217;m using OS X - what happens if the &#8220;about.config&#8221; does not show a &#8220;browser.tabs.closeButtons&#8221; line to edit? (yes, it is really missing though every other setting line appears to be there. How can I add the line in so that I can set it to &#8220;1&#8243; to replicate my use in Safari?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: &#956;blog: engineering from the trenches &#187; How to restore Firefox 1.5 tab behavior in Firefox 2.0</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-2281</link>
		<dc:creator>&#956;blog: engineering from the trenches &#187; How to restore Firefox 1.5 tab behavior in Firefox 2.0</dc:creator>
		<pubDate>Tue, 26 Dec 2006 18:54:19 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-2281</guid>
		<description>[...] One of my few peeves with Firefox 2.0 has been the default tab setup where there is a minimum tab width defined, so eventually tabs go off the visible screen, and that each tab has an individual close button. If you have similar tastes, the way to tweak the tab settings is by entering &#8220;about:config&#8221; into the address bar and hit return. The first key to edit is browser.tabs.closeButtons and set it to 3 for Firefox 1.5 behavior. The second option is to set the browser.tabs.tabMinWidth to 0 pixels so the tabs adjust to fit the screen. More information can be found at the mozillalinks blog. [...]</description>
		<content:encoded><![CDATA[<p>[...] One of my few peeves with Firefox 2.0 has been the default tab setup where there is a minimum tab width defined, so eventually tabs go off the visible screen, and that each tab has an individual close button. If you have similar tastes, the way to tweak the tab settings is by entering &#8220;about:config&#8221; into the address bar and hit return. The first key to edit is browser.tabs.closeButtons and set it to 3 for Firefox 1.5 behavior. The second option is to set the browser.tabs.tabMinWidth to 0 pixels so the tabs adjust to fit the screen. More information can be found at the mozillalinks blog. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Heather</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-1534</link>
		<dc:creator>Heather</dc:creator>
		<pubDate>Thu, 30 Nov 2006 18:59:36 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-1534</guid>
		<description>The info provided in Neil's comment would have been useful to have in the original posting. (Thanks, Neil! I couldn't figure out why the instructions for hiding the "list all tabs" button worked fine on my Mac at home but not on my PC running WinXP at work.)</description>
		<content:encoded><![CDATA[<p>The info provided in Neil&#8217;s comment would have been useful to have in the original posting. (Thanks, Neil! I couldn&#8217;t figure out why the instructions for hiding the &#8220;list all tabs&#8221; button worked fine on my Mac at home but not on my PC running WinXP at work.)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: neil</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-1481</link>
		<dc:creator>neil</dc:creator>
		<pubDate>Wed, 29 Nov 2006 11:54:44 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-1481</guid>
		<description>Can i just add a couple of things on hiding the "list all tabs" button..

First, the location of the userChrome-example.css file is in C:\Documents and Settings\neil\Application Data\Mozilla\Firefox\Profiles\XXXXXXXX.default\chrome for WinXP users (i got confused with the C:\Program Files\Mozilla Firefox\defaults\profile\chrome folder).

Second, you forgot to mention you also need to re-name the userContent-example.css to userContent.css (which took me a while to figure out)</description>
		<content:encoded><![CDATA[<p>Can i just add a couple of things on hiding the &#8220;list all tabs&#8221; button..</p>
<p>First, the location of the userChrome-example.css file is in C:\Documents and Settings\neil\Application Data\Mozilla\Firefox\Profiles\XXXXXXXX.default\chrome for WinXP users (i got confused with the C:\Program Files\Mozilla Firefox\defaults\profile\chrome folder).</p>
<p>Second, you forgot to mention you also need to re-name the userContent-example.css to userContent.css (which took me a while to figure out)</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Uutisblogi - Mozilla.fi</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-1054</link>
		<dc:creator>Uutisblogi - Mozilla.fi</dc:creator>
		<pubDate>Tue, 14 Nov 2006 21:29:49 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-1054</guid>
		<description>[...] Käynkin alla läpi muutamia vinkkejä, jolla voi trimmata 2.0:n toimintatapaa. Valitut vinkit on kerätty Mozilla links -blogin laajasta valikoimasta. [...]</description>
		<content:encoded><![CDATA[<p>[...] Käynkin alla läpi muutamia vinkkejä, jolla voi trimmata 2.0:n toimintatapaa. Valitut vinkit on kerätty Mozilla links -blogin laajasta valikoimasta. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: K. Fischer</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-1041</link>
		<dc:creator>K. Fischer</dc:creator>
		<pubDate>Tue, 14 Nov 2006 17:07:43 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-1041</guid>
		<description>browser.tabs.closeButtons, thank you!</description>
		<content:encoded><![CDATA[<p>browser.tabs.closeButtons, thank you!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: PurpleStars.com- A Daily blog of A Techy Girl &#187; Blog Archive &#187; Firefox 2 Tweaks: Tab browsing</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-817</link>
		<dc:creator>PurpleStars.com- A Daily blog of A Techy Girl &#187; Blog Archive &#187; Firefox 2 Tweaks: Tab browsing</dc:creator>
		<pubDate>Thu, 09 Nov 2006 04:20:37 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-817</guid>
		<description>[...] read more&#160;&#124;&#160;digg story  none [...]</description>
		<content:encoded><![CDATA[<p>[...] read more&nbsp;|&nbsp;digg story  none [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: muzzy.techblog &#187; &#187; Firefox 2.0</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-729</link>
		<dc:creator>muzzy.techblog &#187; &#187; Firefox 2.0</dc:creator>
		<pubDate>Mon, 06 Nov 2006 13:23:10 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-729</guid>
		<description>[...] Postanowiłem zainstalować Firefoxa 2.0. Pierwsze co mi się rzuciło w oczy to zakładki - chyba największa zmiana w tym wydaniu. Wszystko inaczej. Trochę bardziej operowo. Całe szczęście to nie opera i da się bardzo dużo przekonfigurować - zwłaszcza gdy ktoś się przyzwyczaił do FX 1.XX. Roziwiązanie - zmiana ustawień. Wszystko zostało opisane w artykule na blogu mozillalinks. [...]</description>
		<content:encoded><![CDATA[<p>[...] Postanowiłem zainstalować Firefoxa 2.0. Pierwsze co mi się rzuciło w oczy to zakładki - chyba największa zmiana w tym wydaniu. Wszystko inaczej. Trochę bardziej operowo. Całe szczęście to nie opera i da się bardzo dużo przekonfigurować - zwłaszcza gdy ktoś się przyzwyczaił do FX 1.XX. Roziwiązanie - zmiana ustawień. Wszystko zostało opisane w artykule na blogu mozillalinks. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Allan Pendlebury</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-721</link>
		<dc:creator>Allan Pendlebury</dc:creator>
		<pubDate>Mon, 06 Nov 2006 01:52:46 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-721</guid>
		<description>Is there a way to prevent a new tab from opening after clicking a link. With this feature tabs keep adding with each link. Firefox 1.5 didn't do this.

Thanks, Allan</description>
		<content:encoded><![CDATA[<p>Is there a way to prevent a new tab from opening after clicking a link. With this feature tabs keep adding with each link. Firefox 1.5 didn&#8217;t do this.</p>
<p>Thanks, Allan</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mozilla links - Mozilla news, tips and more. &#187; More tab tweaks: The list all tabs button</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-643</link>
		<dc:creator>mozilla links - Mozilla news, tips and more. &#187; More tab tweaks: The list all tabs button</dc:creator>
		<pubDate>Fri, 03 Nov 2006 19:01:51 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-643</guid>
		<description>[...] More tab tweaks: The list all tabs button   By Percy Cabello &#124; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &#124;  &#124;  If you have decided that the tab close button in ever tab is not for you and have a single tab close button in the extreme right of the tab bar, your tab bar looks odd. This is because the list all tabs button is designed to &#34;lean&#34; on the right window border and not a smaller button like the close tabs. [...]</description>
		<content:encoded><![CDATA[<p>[...] More tab tweaks: The list all tabs button   By Percy Cabello | &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; |  |  If you have decided that the tab close button in ever tab is not for you and have a single tab close button in the extreme right of the tab bar, your tab bar looks odd. This is because the list all tabs button is designed to &quot;lean&quot; on the right window border and not a smaller button like the close tabs. [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Armands</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-530</link>
		<dc:creator>Armands</dc:creator>
		<pubDate>Mon, 30 Oct 2006 08:33:27 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-530</guid>
		<description>I have problem with tab scrolling. Extensions.tabmix.ebableScrollSwitch is true, but extension doesn't work with FF 2.0 and scolling too.</description>
		<content:encoded><![CDATA[<p>I have problem with tab scrolling. Extensions.tabmix.ebableScrollSwitch is true, but extension doesn&#8217;t work with FF 2.0 and scolling too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: ron</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-515</link>
		<dc:creator>ron</dc:creator>
		<pubDate>Sun, 29 Oct 2006 04:04:02 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-515</guid>
		<description>colorful tabs and lose the close tab button</description>
		<content:encoded><![CDATA[<p>colorful tabs and lose the close tab button</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: tahir</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-489</link>
		<dc:creator>tahir</dc:creator>
		<pubDate>Fri, 27 Oct 2006 00:37:46 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-489</guid>
		<description>JR,

you can get into about:config by typing it in the address bar and pressing enter.</description>
		<content:encoded><![CDATA[<p>JR,</p>
<p>you can get into about:config by typing it in the address bar and pressing enter.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: JR</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-488</link>
		<dc:creator>JR</dc:creator>
		<pubDate>Thu, 26 Oct 2006 23:18:16 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-488</guid>
		<description>And just where is it you go to get to about:config?  There is no mention of it in the FF help contents,  nor does anything come up when you search for it in FF help.</description>
		<content:encoded><![CDATA[<p>And just where is it you go to get to about:config?  There is no mention of it in the FF help contents,  nor does anything come up when you search for it in FF help.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-485</link>
		<dc:creator>Paul</dc:creator>
		<pubDate>Thu, 26 Oct 2006 16:55:03 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-485</guid>
		<description>When a new tab is opened can you default it to open your homepage?</description>
		<content:encoded><![CDATA[<p>When a new tab is opened can you default it to open your homepage?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Klyith</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-483</link>
		<dc:creator>Klyith</dc:creator>
		<pubDate>Thu, 26 Oct 2006 12:58:58 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-483</guid>
		<description>Is there any way to put the "List all tabs" button to the left of the tab strip?

I prefer the FF 1.5 method of a single close button to the right of the tab strip. (A single constant location for things like that is better for the UI, and I can close non-focus tabs with middle click.) But the alltabs button at the same location is a bit annoying.</description>
		<content:encoded><![CDATA[<p>Is there any way to put the &#8220;List all tabs&#8221; button to the left of the tab strip?</p>
<p>I prefer the FF 1.5 method of a single close button to the right of the tab strip. (A single constant location for things like that is better for the UI, and I can close non-focus tabs with middle click.) But the alltabs button at the same location is a bit annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Juan</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-472</link>
		<dc:creator>Juan</dc:creator>
		<pubDate>Wed, 25 Oct 2006 22:13:42 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-472</guid>
		<description>This is all fine and dandy, but I still preferred TabMixPlus and having close buttons on tabs pointed-to-for-x-ms.</description>
		<content:encoded><![CDATA[<p>This is all fine and dandy, but I still preferred TabMixPlus and having close buttons on tabs pointed-to-for-x-ms.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: misterhaan</title>
		<link>http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-456</link>
		<dc:creator>misterhaan</dc:creator>
		<pubDate>Wed, 25 Oct 2006 03:36:14 +0000</pubDate>
		<guid isPermaLink="false">http://mozillalinks.org/wp/2006/10/firefox-2-tweaks-tab-browsing/#comment-456</guid>
		<description>i'm finding that it's browser.tabs.closeButtons, not browser.tabs.closeButton</description>
		<content:encoded><![CDATA[<p>i&#8217;m finding that it&#8217;s browser.tabs.closeButtons, not browser.tabs.closeButton</p>
]]></content:encoded>
	</item>
</channel>
</rss>
