<?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>log.alamagordo.org &#187; Twitter</title>
	<atom:link href="http://log.alamagordo.org/category/nerd/twitter/feed/" rel="self" type="application/rss+xml" />
	<link>http://log.alamagordo.org</link>
	<description>0</description>
	<lastBuildDate>Sun, 12 Sep 2010 13:55:17 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>nl</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Disable Twitter&#039;s new tweet notification bar</title>
		<link>http://log.alamagordo.org/2009/11/disable-twitter-new-tweet-notification-bar/</link>
		<comments>http://log.alamagordo.org/2009/11/disable-twitter-new-tweet-notification-bar/#comments</comments>
		<pubDate>Tue, 17 Nov 2009 10:55:48 +0000</pubDate>
		<dc:creator>Wieland</dc:creator>
				<category><![CDATA[Firefox]]></category>
		<category><![CDATA[Nerd]]></category>
		<category><![CDATA[Twitter]]></category>

		<guid isPermaLink="false">http://log.alamagordo.org/?p=587</guid>
		<description><![CDATA[Twitter recently introduced a new tweet notification on it's home page. A yellow notification bar will tell you the number of new tweets that have popped up in your friends' timeline since you last refreshed the page.

If you're a Firefox user like me, and you find the new notification bar distracting, it's quite easy to [...]]]></description>
			<content:encoded><![CDATA[<p>Twitter recently introduced a <a href="http://status.twitter.com/post/233377191/testing-new-tweet-notifications" title="[Twitter Status Blog] Testing new tweet notifications">new tweet notification</a> on it's home page. A yellow notification bar will tell you the number of new tweets that have popped up in your friends' timeline since you last refreshed the page.</p>
<p><img alt="New Tweets Notification Bar" src="/wp-content/uploads/2009/11/newtweets.jpg" title="New Tweets Notification Bar" width="350" height="150" /></p>
<p>If you're a Firefox user like me, and you find the new notification bar distracting, it's quite easy to get rid of. Just find your user style sheet (it's called userContent.css, and it's located in the chrome folder inside your Firefox profile folder), and add the following lines of code:</p>
<pre class="code">@-moz-document domain(twitter.com) {
	div#new_results_notification {
		display: none !important;
	}
}</pre>
<p>If userContent.css doesn't exist, just create it. Restart Firefox, and the notification bar should be gone. You will still be able to see your unread tweet count in the page title, though.</p>
<p><em>(I <a href="/2005/04/elke-site-zijn-eigen-tweak-met-mozilla/" title="[log.alamagordo.org] Elke site zijn eigen tweak met Mozilla">wrote</a> about userContent.css (in Dutch) when it was first introduced in 2005)</em></p>
]]></content:encoded>
			<wfw:commentRss>http://log.alamagordo.org/2009/11/disable-twitter-new-tweet-notification-bar/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

