<?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>MorganizeIT &#187; Facebook</title>
	<atom:link href="http://morganizeit.com/tag/facebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://morganizeit.com</link>
	<description>Hack, bash, test, repeat.</description>
	<lastBuildDate>Sun, 29 Mar 2009 14:31:19 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.1</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Hide Facebook Adverts</title>
		<link>http://morganizeit.com/2009/03/hide-facebook-adverts/</link>
		<comments>http://morganizeit.com/2009/03/hide-facebook-adverts/#comments</comments>
		<pubDate>Sun, 15 Mar 2009 16:00:25 +0000</pubDate>
		<dc:creator>Morgan</dc:creator>
				<category><![CDATA[JavaScript]]></category>
		<category><![CDATA[Facebook]]></category>
		<category><![CDATA[Greasemonkey]]></category>

		<guid isPermaLink="false">http://morganizeit.com/?p=16</guid>
		<description><![CDATA[This may be old hat to everyone but I felt like rolling my own Greasemonkey script to hide ads on Facebook.  I&#8217;ll keep it updated for the forseeable future so subscribe to the feed for this post if you want to know about improvements.
To install it you&#8217;ll need to use Greasemonkey for Firefox, Greasekit for [...]]]></description>
			<content:encoded><![CDATA[<p>This may be old hat to everyone but I felt like rolling my own Greasemonkey script to hide ads on Facebook.  I&#8217;ll keep it updated for the forseeable future so subscribe to the feed for this post if you want to know about improvements.</p>
<p>To install it you&#8217;ll need to use <a href="http://www.greasespot.net/">Greasemonkey</a> for Firefox, <a href="http://8-p.info/greasekit/">Greasekit</a> for Safari, or some other Greasemonkey compatible <a href="http://www.gm4ie.com/">plugin</a> for <a href="http://en.wikipedia.org/wiki/Greasemonkey#Google_Chrome.2FChromium">your</a> <a href="http://kde-apps.org/content/show.php?content=51482">browser</a> of <a href="http://www.opera.com/browser/tutorials/userjs/examples/">choice</a>.  Once you have those installed properly just click the link below to install the script.</p>
<p><a href="http://morganizeit.com/files/userscripts/FacebookNoAd.user.js">FacebookNoAd.user.js</a> (v0.2)</p>
<p>That&#8217;s it!  From here on out you should just see a big white space where the adverts used to be.  If you do spot adverts send me the page URL and I&#8217;ll update the script to blank them out.</p>
<p>Tech details for the curious&#8230;</p>
<p>All the script does is change the css of advertisement blocks to &#8220;display: none;&#8221;.  This means as far as Facebook knows you still saw the advert so it shouldn&#8217;t harm their business&#8230; assuming you wouldn&#8217;t have clicked on any of the ads anyway.  A safe assumption for me, I can count on one hand the number of times I&#8217;ve clicked a banner ad.</p>
<p>&#8212;-</p>
<ul>
<li>v0.1 &#8211; initial release</li>
<li>v0.2 - Updated to cover “www.new.facebook.com” which was coming up for me sometimes.  Switched to &#8220;visibility: hidden&#8221; instead of &#8220;display: none&#8221; to make sure the non-visible images are downloaded.</li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://morganizeit.com/2009/03/hide-facebook-adverts/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
