<?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>Excellatronic Communications &#187; firefox</title>
	<atom:link href="http://steeev.freehostia.com/wp/category/firefox/feed/" rel="self" type="application/rss+xml" />
	<link>http://steeev.freehostia.com/wp</link>
	<description>Dealing in web, internet, greasemonkey, sms, php, new technologies, geotagging, mobile technology</description>
	<lastBuildDate>Mon, 23 Nov 2009 19:17:15 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.8.5</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>How to Edit Which Extra Stories are Shown or Hidden on Facebook by the Facebook Purity Script</title>
		<link>http://steeev.freehostia.com/wp/2009/11/18/how-to-edit-which-stories-are-shown-or-hidden-in-facebook-purity/</link>
		<comments>http://steeev.freehostia.com/wp/2009/11/18/how-to-edit-which-stories-are-shown-or-hidden-in-facebook-purity/#comments</comments>
		<pubDate>Wed, 18 Nov 2009 19:49:31 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook purity]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/?p=253</guid>
		<description><![CDATA[I decided to write a guide for people who would like to see certain &#8220;Extra&#8221; story types that currently get hidden by the Facebook Purity Greasemonkey script.
Heres how you can alter your copy of the script to display the stories you want to see.
The section of the code you need to edit is close to [...]]]></description>
			<content:encoded><![CDATA[<p>I decided to write a guide for people who would like to see certain &#8220;Extra&#8221; story types that currently get hidden by the <a href="http://bit.ly/fbpure">Facebook Purity</a> Greasemonkey script.</p>
<p>Heres how you can alter your copy of the script to display the stories you want to see.</p>
<p>The section of the code you need to edit is close to the top of the script and is shown below.</p>
<p><code><br />
// EXTRA STORIES<br />
var JOINED_GROUP_STORY   = 21 ;<br />
var BECAME_FAN_STORY     = 161 ;<br />
var BECAME_FRIENDS_STORY = 8 ;<br />
var ATTEND_EVENT_STORY   = 38 ;<br />
var ATTEND_EVENT_STORY2  =  178 ;<br />
</code></p>
<p>Basically if you want to see a particular story type, just change the value after the &#8220;<b>=</b>&#8221; sign to<br />
zero (<b>0</b>).</p>
<p>For example if you want to see all &#8220;<strong>attending event</strong>&#8221; stories, just change the following 2 lines of code</p>
<p><code><br />
var ATTEND_EVENT_STORY   = 38 ;<br />
var ATTEND_EVENT_STORY2  =  178 ;<br />
</code></p>
<p>to</p>
<p><code><br />
var ATTEND_EVENT_STORY   = 0 ;<br />
var ATTEND_EVENT_STORY2  =  0 ;<br />
</code></p>
<p>if you want to see all &#8220;<strong>became a friend</strong>&#8221; stories, change the following line of code</p>
<p><code><br />
var BECAME_FRIENDS_STORY = 8 ;<br />
</code></p>
<p>to</p>
<p><code><br />
var BECAME_FRIENDS_STORY = 0 ;<br />
</code></p>
<p>if you want to see all &#8220;<strong>became a fan</strong>&#8221; stories, you would change the following line</p>
<p><code><br />
var BECAME_FAN_STORY     = 161 ;<br />
</code></p>
<p>to</p>
<p><code><br />
var BECAME_FAN_STORY  = 0 ;<br />
</code></p>
<p>And its the same for &#8220;joined a group&#8221; stories.</p>
<p>For info on how to edit the application whitelist, i.e which applications you dont want to be hidden by the script, and also how to set up a text editor for actually editing the script, please see my previous article : <a href="http://bit.ly/fbpwhitelist">Editing the Facebook Purity Whitelist</a>.</p>
<p><b>Related Article:</b>
<ul>
<li><A href="http://bit.ly/fbpxpoll">POLL: Which Facebook Purity extras do you think should be shown by default</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/11/18/how-to-edit-which-stories-are-shown-or-hidden-in-facebook-purity/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Purity &#8211; FAQ &#8211; Frequently Asked Questions</title>
		<link>http://steeev.freehostia.com/wp/2009/11/15/facebook-purity-faq-frequently-asked-questions/</link>
		<comments>http://steeev.freehostia.com/wp/2009/11/15/facebook-purity-faq-frequently-asked-questions/#comments</comments>
		<pubDate>Sun, 15 Nov 2009 05:38:42 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook purity]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[technology]]></category>
		<category><![CDATA[faq]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/?p=187</guid>
		<description><![CDATA[





What is Facebook Purity?
Facebook Purity is a Greasemonkey script that helps you to take control of the News Feeds on your Facebook home page. It does this by filtering out the application spam, such as quizzes etc, and also the messages such as &#8220;x became a fan of y&#8221;, &#8220;x joined group y&#8221;, &#8220;x became [...]]]></description>
			<content:encoded><![CDATA[<table>
<tr>
<td>
<img align="top" alt="Facebook Purity Logo" src="http://profile.ak.fbcdn.net/object2/612/6/n166815089167_3641.jpg" height="200" width="200" style="float:right">
</td>
<td>
<h2>What is Facebook Purity?</h2>
<p>Facebook Purity is a Greasemonkey script that helps you to take control of the News Feeds on your Facebook home page. It does this by filtering out the application spam, such as quizzes etc, and also the messages such as &#8220;x became a fan of y&#8221;, &#8220;x joined group y&#8221;, &#8220;x became friends with y&#8221;, &#8220;x is attending event y&#8221;.
</td>
</tr>
</table>
<p/>
<table width="100%">
<tr>
<td width="45%">
<h2>Where Can I Get Facebook Purity?</h2>
<p>You can get the script here: <a href="http://bit.ly/fbpurity">http://bit.ly/fbpurity</a>
</td>
<td width="10%"></td>
<td  width="45%">
<script type="text/javascript" src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_GB"></script><script type="text/javascript">FB.init("515d34f16e12ccd6b7f20e2afdb70299");</script><fb:fan profile_id="166815089167" stream="" connections="" width="300"></fb:fan>
<div style="font-size:8px; padding-left:10px;float:left"><a href="http://www.facebook.com/fbpurity">Facebook Purity on Facebook</a> </div>
</td>
</table>
<p/>
<h2>How much does Facebook Purity cost?</h2>
<p></p>
<form action="https://www.paypal.com/cgi-bin/webscr" method="post">
<input type="hidden" name="cmd" value="_s-xclick">
<input type="hidden" name="hosted_button_id" value="9369893">
<input type="image" src="https://www.paypal.com/en_US/GB/i/btn/btn_donateCC_LG.gif" border="0" name="submit" alt="Donate via Paypal.">
<img alt="" border="0" src="https://www.paypal.com/en_GB/i/scr/pixel.gif" width="1" height="1"><br />
</form>
<p>
At present Facebook Purity is free, but is supported by donations. If the script helps you out and you appreciate and respect the hard work put into the script and would like to thank the developer, you can do so by donating some money to me via the secure PayPal Donate button above.</p>
<p/>
<h2>Where can i find out the latest news about Facebook Purity, including latest releases etc</h2>
<p>You can find out the latest news by becoming a fan of this page. I will keep you updated with news of the latest releases, bug fixes, tips and tricks etc. You might also want to subscribe to my blog, <a href="http://steeev.freehostia.com/wp/">Excellatronic Communications</a> and you can also follow me on Twitter too: <a href="http://twitter.com/steeev">http://twitter.com/steeev</a>.</p>
<p/>
<h2>What is Greasemonkey?</h2>
<p>Greasemonkey is an add-on on for the Firefox web browser (and certain other browsers too), that lets you alter the way websites are displayed to you in your browser. The way it works is you download scripts (small sets of custom instructions) for the sites you want to alter, once installed the script  changes the page in some useful way, perhaps changing the layout or adding new features to the site, or even removing features you dont like.</p>
<p/>
<h2>What is Firefox</h2>
<p>Firefox also known as &#8220;Mozilla Firefox&#8221; is a cool web browser available for all major operating systems, i.e Microsoft Windows, Apple Macintosh, Linux. The cool thing about it is, there are hundreds of useful addons available for it from third party developers that offer extra functionality.</p>
<p/>
<h2>What is a Web Browser?</h2>
<p>A web browser is the program you use to visit and view websites on the World Wide Web. Its what you are using right now to view this site. There are various web browsers out there for various operating systems.</p>
<p/>
<h2>What Web Browsers are compatible with Facebook Purity?</h2>
<p> Facebook Purity is compatible with Mozilla Firefox, Google Chrome, Safari and also Opera</p>
<p/>
<h2>Is Facebook Purity available for Internet Explorer?</h2>
<p>No, see above.</p>
<p/>
<h2>What operating systems are compatible with Facebook Purity?</h2>
<p>The operating system doesnt really matter, whatever operating systems run the following web browsers: Firefox, Chrome, Opera and Safari will work fine with Facebook Purity</p>
<p/>
<h2>How can I edit the list of applications that Facebook Purity blocks?</h2>
<p>Theres a guide to editing the Facebook Purity whitelist here : <a href="http://bit.ly/fbpwhitelist">http://bit.ly/fbpwhitelist</a></p>
<p/>
<h2>How can i edit the list of &#8220;extras&#8221; that Facebook Purity blocks?</h2>
<p>Instructions on customising the &#8220;Extra&#8221; stories that get hidden  are here: <a href="http://bit.ly/fbpextras">http://bit.ly/fbpextras</a></p>
<p/>
<h2>How can i turn off the suggestions box?</h2>
<p>Theres a guide to turning off the Facebook suggestions box here : <a href="http://bit.ly/suggboxoff">http://bit.ly/fbpsuggboxoff</a></p>
<p/>
<h2>How can I help spread the word about Facebook Purity?</h2>
<p>You can suggest this page to your facebook friends who you think might be interested.<br />
<br />
There are some other suggestions of what you can do to help me out <a href="http://www.facebook.com/note.php?note_id=167035648257&#038;1&#038;index=0">here</a>.<br />
<br />
Or you can let all your friends know about it, by posting this page to your stream via the Share button. <a href="http://www.facebook.com/sharer.php" title="fb_share" name="fb_share" type="button" share_url="http://bit.ly/fbpure">Share on Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></p>
<p/>
<h2>Where can I make suggestions about the script?</h2>
<p>You can make general suggestions for the script here: <a href="http://steeev.freehostia.com/contact/">http://steeev.freehostia.com/contact/</a>. Please note i may not have time to answer all emails, but will definitely read them.</p>
<p>You can make suggestions for additions to the default application whitelist that is built into the script here: <a href="http://bit.ly/fbpwhitelist">http://bit.ly/fbpwhitelist</a></p>
<p/>
<h2>The script is not working or has stopped working, what should i do?</h2>
<p><b>1)</b> Check that greasemonkey is enabled (in firefox, you can look for the brown monkey icon in the bottom right of your screen, if its grey it means greasemonkey is disabled, click it once to re-enable it) Another way to check is to see if other scripts you have installed are working.</p>
<p/>
<b>2)</b> Check that the problem is not caused by other scripts running on the same page. You can do this by temporarily disabling the other GM scripts (in firefox you can do this via the Tools/Greasemonkey/Manage Userscripts menu) and see if that fixes the problem</p>
<p/>
<b>3)</b> Check that you have the latest version of the script installed. Visit http://bit.ly/fbpure and check the date of the latest release. If it is more recent than the version h you have installed, update it.</p>
<p/>
<b>4)</b> Check if the layout of the site has changed, if the site looks different or has new features, it probably means Facebook have changed the underlying code of the site, which means the FB Purity script will need to be updated to work with the new code. Check my blog, or the FBP fan page for news of a a new version of the script,</p>
<p/>
<b>5)</b> Try re-installing the script, perhaps the script has become corrupted or you&#8217;ve edited it and introduced an error.</p>
<p/>
<b>6)</b> If none of the above work, you can file a bug report with as much info as possible via my <a href="http://steeev.freehostia.com/contact/">contact form</a> </p>
<p/>
Important information you should include : What Operating System you are using, What Browser and what browser version number. Script version number. What exactly is the bug. What steps did you take that lead up to the appearance of the bug, what exactly do you see on the screen, a screenshot can also be helpful. If using Firefox open the &#8220;Tools/Error Console&#8221; menu and copy and paste any errors you see into the report too.</p>
<p/>
<h2>Who is the author of the script?</h2>
<p>Its me, Steve! <img src='http://steeev.freehostia.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' />  You can contact me here: <a href="http://steeev.freehostia.com/contact/">http://steeev.freehostia.com/contact/</a> Please note i may not have time to answer all emails, but will definitely read them.</p>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/11/15/facebook-purity-faq-frequently-asked-questions/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>FaceBook Purity v2.2a released &#8211; Now Blocks Application Photo Spam Too</title>
		<link>http://steeev.freehostia.com/wp/2009/11/12/facebook-purity-v2-2-released-now-blocks-application-photo-spam-too/</link>
		<comments>http://steeev.freehostia.com/wp/2009/11/12/facebook-purity-v2-2-released-now-blocks-application-photo-spam-too/#comments</comments>
		<pubDate>Thu, 12 Nov 2009 17:49:57 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook purity]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[antispam]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/?p=170</guid>
		<description><![CDATA[I just released v2.2a of the facebook purity greasemonkey script for firefox, google chrome, opera, and safari.
In this release: I rewrote the filter system. I also updated the &#8220;App&#8221; filter so it now treats &#8220;photos&#8221; that have been posted to the feed by an application as application spam and hides them via the &#8220;App&#8221; filter. [...]]]></description>
			<content:encoded><![CDATA[<p>I just released v2.2a of the facebook purity greasemonkey script for firefox, google chrome, opera, and safari.</p>
<p>In this release: I rewrote the filter system. I also updated the &#8220;App&#8221; filter so it now treats &#8220;photos&#8221; that have been posted to the feed by an application as application spam and hides them via the &#8220;App&#8221; filter. This means it should block Farmville &#8220;photos&#8221;,  &#8220;our good friends&#8221; &#8220;photos&#8221; etc</p>
<p>You can get the latest version of the script here: <a href="http://bit.ly/fbpure">http://bit.ly/fbpure</a></p>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/11/12/facebook-purity-v2-2-released-now-blocks-application-photo-spam-too/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Purity v2.1b &#8211; fixes display bug, facebook android added to whitelist</title>
		<link>http://steeev.freehostia.com/wp/2009/11/11/facebook-purity-v2-1b-fixes-display-bug-facebook-android-added-to-whitelist/</link>
		<comments>http://steeev.freehostia.com/wp/2009/11/11/facebook-purity-v2-1b-fixes-display-bug-facebook-android-added-to-whitelist/#comments</comments>
		<pubDate>Wed, 11 Nov 2009 18:25:34 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook purity]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[chrome]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/?p=163</guid>
		<description><![CDATA[I noticed a bug in Facebook today, a lot of text on the home/live stream is being made bold, when it shouldnt be. This was affecting the script, and means the script was not working 100% correctly. This release fixes that issue.
Also new in this release, ive added the Facebook for Android application to the [...]]]></description>
			<content:encoded><![CDATA[<p>I noticed a bug in Facebook today, a lot of text on the home/live stream is being made bold, when it shouldnt be. This was affecting the script, and means the script was not working 100% correctly. This release fixes that issue.</p>
<p>Also new in this release, ive added the Facebook for Android application to the default whitelist.</p>
<p>Ive also added an option in the script to turn off the suggestions box. The suggestions it makes, can sometimes be annoying, if you want to turn off the suggestions box, locate the following text in your copy of the script.<br />
<code>var suggestionsbox=1;</code><br />
and change it to<br />
<code>var suggestionsbox=0;</code> this will hide the suggestions box.</p>
<p>For info on how to edit a gm script, see my previous post about editing the whitelist : <a href="http://bit.ly/fbpwhitelist">http://bit.ly/fbpwhitelist</a></p>
<p>You can get the updated version 2.1b of the script as usual from here: <a href="http://bit.ly/fbpure">http://bit.ly/fbpure</a></p>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/11/11/facebook-purity-v2-1b-fixes-display-bug-facebook-android-added-to-whitelist/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Ive Created a page on the Flickr App Garden</title>
		<link>http://steeev.freehostia.com/wp/2009/11/05/ive-created-a-page-on-the-flickr-app-garden/</link>
		<comments>http://steeev.freehostia.com/wp/2009/11/05/ive-created-a-page-on-the-flickr-app-garden/#comments</comments>
		<pubDate>Thu, 05 Nov 2009 21:59:45 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[firefox]]></category>
		<category><![CDATA[flickr]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[technology]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/?p=130</guid>
		<description><![CDATA[I just read about the flickr app garden that was released quite recently and have created a page there, for my flickr &#8220;apps&#8221;. You can go to my flickr apps page here: http://bit.ly/flickrapps. If you like my flickr apps, please add the page as a favourite. thanks!  
]]></description>
			<content:encoded><![CDATA[<p>I just read about the <a href="http://www.flickr.com/services/apps/">flickr app garden</a> that was released quite recently and have created a page there, for my flickr &#8220;apps&#8221;. You can go to my flickr apps page here: <a href="http://bit.ly/flickrapps">http://bit.ly/flickrapps</a>. If you like my flickr apps, please add the page as a favourite. thanks! <img src='http://steeev.freehostia.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/11/05/ive-created-a-page-on-the-flickr-app-garden/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Purity v2.1 released today &#8211; new and improved! :)</title>
		<link>http://steeev.freehostia.com/wp/2009/11/02/facebook-purity-v2-1-released-today-now-with-less-bugs/</link>
		<comments>http://steeev.freehostia.com/wp/2009/11/02/facebook-purity-v2-1-released-today-now-with-less-bugs/#comments</comments>
		<pubDate>Mon, 02 Nov 2009 15:39:58 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook purity]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/?p=100</guid>
		<description><![CDATA[FB Purity Script updated 2nd November 2009
Facebook Purity v2.1 Release Notes

reset show/hide mode to default when user changes facebook filter
added workaround for facebook still showing apps that you have “blocked”, script now “hides” app as well as blocking it, when you click the &#8220;block app&#8221; link
fixed bug with whitelisted apps being intercepted by the “show [...]]]></description>
			<content:encoded><![CDATA[<p>FB Purity Script updated 2nd November 2009</p>
<p><strong>Facebook Purity v2.1 Release Notes</strong></p>
<ul>
<li>reset show/hide mode to default when user changes facebook filter</p>
<li>added workaround for facebook still showing apps that you have “blocked”, script now “hides” app as well as blocking it, when you click the &#8220;block app&#8221; link
<li>fixed bug with whitelisted apps being intercepted by the “show apps” filter
<li>fixed – “block app” link wasnt showing up on dynamically inserted app messages
     </ul>
<p><strong>*Update 4th November* &#8211; v2.1a</strong> &#8211; fixed a minor bug where occasionally some apps were getting past the filter</p>
<p>You can get the latest version here: <a href="http://bit.ly/fbpure">http://bit.ly/fbpure</a></p>
<p><a href="http://twitter.com/home?status=Fed%20up%20with%20annoying%20quiz%20and%20application%20messages%20clogging%20up%20your%20Facebook%20homepage?%20get%20Facebook%20Purity%20now%21%20http://bit.ly/fbpure" title="Post to Twitter (http://bit.ly/fbpure)"><img src="http://www.twitip.com/wp-content/plugins/tweet-this/tweet-this-small.png" title="[Post to Twitter]" alt="[Post to Twitter]" align="top" />Share on Twitter</a> <a href="http://digg.com/mods/Facebook_Purity_removes_annoying_messages_from_FB_homepage"><img src="http://digg.com/img/badges/100x20-digg-button.png" title="Digg!" valign="bottom" alt="Digg!" align="top" height="20" width="100" /></a> <a href="http://www.facebook.com/sharer.php" title="fb_share" name="fb_share" type="button" share_url="http://bit.ly/fbpure">Share on Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/11/02/facebook-purity-v2-1-released-today-now-with-less-bugs/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Purity V2.0 &#8211; Updated &#8211; Runs Even Better Than Before!</title>
		<link>http://steeev.freehostia.com/wp/2009/10/31/facebook-purity-v2-0-bug-fix-release/</link>
		<comments>http://steeev.freehostia.com/wp/2009/10/31/facebook-purity-v2-0-bug-fix-release/#comments</comments>
		<pubDate>Sat, 31 Oct 2009 19:51:55 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook purity]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/?p=82</guid>
		<description><![CDATA[Announcing the release of v2.0 of the facebook purity script.]]></description>
			<content:encoded><![CDATA[<p><img src="http://farm3.static.flickr.com/2449/4061151243_4b98a30f4e_o.png" alt="Facebook Purity Version 2.0 in action" /></p>
<p>I&#8217;m pleased to announce the release of a new version of the Facebook Purity greasemonkey script.</p>
<p><strong>Facebook Purity V2.0 Release Notes</strong></p>
<ul>
<li> fixed the Show / Hide logic of the application and &#8220;extra&#8221; filters</li>
<li> made the application + &#8220;extra&#8221; filters mutually exclusive</li>
<li> made sure newly added elements obey the current filter</li>
<li> optimised the script a lot</li>
<li> moved the fbpurity panel to right of the livefeed/newsfeed links to regain vertical space on the righthand column (see screenshot above)</li>
</ul>
<p>Get the new version here: <a href="http://bit.ly/fbpure/">http://bit.ly/fbpure/</a></p>
<p>BTW Happy Halloween! <img src='http://steeev.freehostia.com/wp/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
<p><a href="http://twitter.com/home?status=Fed%20up%20with%20annoying%20quiz%20and%20application%20messages%20clogging%20up%20your%20Facebook%20homepage?%20get%20Facebook%20Purity%20now%21%20http://bit.ly/fbpure" title="Post to Twitter (http://bit.ly/fbpure)"><img src="http://www.twitip.com/wp-content/plugins/tweet-this/tweet-this-small.png" title="[Post to Twitter]" alt="[Post to Twitter]" align="top" />Share on Twitter</a> <a href="http://digg.com/mods/Facebook_Purity_removes_annoying_messages_from_FB_homepage"><img src="http://digg.com/img/badges/100x20-digg-button.png" title="Digg!" valign="bottom" alt="Digg!" align="top" height="20" width="100" /></a> <a href="http://www.facebook.com/sharer.php" title="fb_share" name="fb_share" type="button" share_url="http://bit.ly/fbpure">Share on Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></p>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/10/31/facebook-purity-v2-0-bug-fix-release/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>New release of Facebook Purity now blocks friend / event / group and fan messages</title>
		<link>http://steeev.freehostia.com/wp/2009/10/28/new-release-of-facebook-purity-now-blocks-friend-event-group-and-fan-messages/</link>
		<comments>http://steeev.freehostia.com/wp/2009/10/28/new-release-of-facebook-purity-now-blocks-friend-event-group-and-fan-messages/#comments</comments>
		<pubDate>Wed, 28 Oct 2009 17:23:51 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook purity]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[programming]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/2009/10/28/new-release-of-facebook-purity-now-blocks-friend-event-group-and-fan-messages/</guid>
		<description><![CDATA[
I released a new version of my Facebook Purity greasemonkey script today (28th October 2009). It now has a new filter that blocks messages telling you &#8220;x became friends with y&#8221;, &#8220;x is attending an event&#8221;, &#8220;x joined a group&#8221; and &#8220;x became a fan of y&#8221; it only hides them,  you can easily click [...]]]></description>
			<content:encoded><![CDATA[<p><a href="http://bit.ly/fbpure" title="Facebook Purity - Hides 3rd Party application messages from your faceobook homepage"><img src="http://farm3.static.flickr.com/2686/4052730287_c24ce6c6d9_o.png" title="Facebook Purity v1.9 " alt="Facebook Purity v1.9 " height="180" width="293" /></a></p>
<p>I released a new version of my Facebook Purity greasemonkey script today (28th October 2009). It now has a new filter that blocks messages telling you &#8220;x became friends with y&#8221;, &#8220;x is attending an event&#8221;, &#8220;x joined a group&#8221; and &#8220;x became a fan of y&#8221; it only hides them,  you can easily click the &#8220;<strong>extras <em>x</em> [ Show ]</strong>&#8221; link to see them if you want to. It just means there is less clutter and you can check out the more important messages like status updates, photos, links and notes first, before checking out other things like who became friends with who etc, if you are even interested in that stuff at all. I have left relationship messages out of the filter, as i think they dont crop up very often, and when they do appear they are quite interesting.</p>
<p>Get the latest version of the script here: <a href="http://bit.ly/fbpure" title="Facebook Purity">http://bit.ly/fbpure </a></p>
<p><a href="http://twitter.com/home?status=Fed%20up%20with%20annoying%20quiz%20and%20application%20messages%20clogging%20up%20your%20Facebook%20homepage?%20get%20Facebook%20Purity%20now%21%20http://bit.ly/fbpure" title="Post to Twitter (http://bit.ly/fbpure)"><img src="http://www.twitip.com/wp-content/plugins/tweet-this/tweet-this-small.png" title="[Post to Twitter]" alt="[Post to Twitter]" align="top" />Share on Twitter</a> <a href="http://digg.com/mods/Facebook_Purity_removes_annoying_messages_from_FB_homepage"><img src="http://digg.com/img/badges/100x20-digg-button.png" title="Digg!" valign="bottom" alt="Digg!" align="top" height="20" width="100" /></a> <a href="http://www.facebook.com/sharer.php" title="fb_share" name="fb_share" type="button" share_url="http://bit.ly/fbpure">Share on Facebook</a><script src="http://static.ak.fbcdn.net/connect.php/js/FB.Share" type="text/javascript"></script></p>
<p>Ive also created a fan page for &#8220;facebook purity&#8221; on facebook itself, please join up, for the latest news on releases and info, cheers.<br />
<script src="http://static.ak.connect.facebook.com/js/api_lib/v0.4/FeatureLoader.js.php/en_GB" type="text/javascript"></script><script type="text/javascript">FB.init("515d34f16e12ccd6b7f20e2afdb70299");</script><fb:fan profile_id="166815089167" stream="1" connections="0" width="300"></fb:fan></p>
<p style="font-size: 8px; padding-left: 10px"><a href="http://www.facebook.com/fbpurity">face-book-purity on Facebook</a></p>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/10/28/new-release-of-facebook-purity-now-blocks-friend-event-group-and-fan-messages/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Facebook Purity Update &#8211; fixed some bugs</title>
		<link>http://steeev.freehostia.com/wp/2009/10/26/facebook-purity-update-fixed-some-bugs/</link>
		<comments>http://steeev.freehostia.com/wp/2009/10/26/facebook-purity-update-fixed-some-bugs/#comments</comments>
		<pubDate>Mon, 26 Oct 2009 07:27:21 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[facebook purity]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[google chrome]]></category>
		<category><![CDATA[greasemonkey]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/2009/10/26/facebook-purity-update-fixed-some-bugs/</guid>
		<description><![CDATA[new release of the facebook purity greasemonkey script, for cleaning up your facebook homepage:
1.8e  26th Oct   2009  script now hides certain apps that were getting past the filter, and should also now be restricted to running on the homepage, also the blocked app message counter should work better now.
get it here: http://bit.ly/fbpure
P.S the &#8220;block app&#8221; [...]]]></description>
			<content:encoded><![CDATA[<p>new release of the facebook purity greasemonkey script, for cleaning up your facebook homepage:</p>
<p>1.8e  26th Oct   2009  script now hides certain apps that were getting past the filter, and should also now be restricted to running on the homepage, also the blocked app message counter should work better now.</p>
<p>get it here: <a href="http://bit.ly/fbpure" title="Facebook Purity">http://bit.ly/fbpure</a></p>
<p>P.S the &#8220;block app&#8221; function doesnt seem to work 100% correctly. If after using the block app function, you visit the application&#8217;s homepage, you will see that the app is blocked, as there will be a link to &#8220;Remove Block from Application&#8221;. Though the app will still show up in the news feed, im still looking into why this is happening, seems like it could be a bug in facebook to me&#8230;</p>
<p><font color="red">*UPDATE*</font> there was a bug in the latest version of the script that caused the script to stop working, please clear your browser cache, then reinstall for the working version.</p>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/10/26/facebook-purity-update-fixed-some-bugs/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Facebook Purity Script Updated for New version of Facebook</title>
		<link>http://steeev.freehostia.com/wp/2009/10/23/facebook-purity-script-updated-for-new-version-of-facebook/</link>
		<comments>http://steeev.freehostia.com/wp/2009/10/23/facebook-purity-script-updated-for-new-version-of-facebook/#comments</comments>
		<pubDate>Fri, 23 Oct 2009 19:38:00 +0000</pubDate>
		<dc:creator>steeev</dc:creator>
				<category><![CDATA[facebook]]></category>
		<category><![CDATA[firefox]]></category>
		<category><![CDATA[greasemonkey]]></category>
		<category><![CDATA[programming]]></category>
		<category><![CDATA[facebook purity]]></category>

		<guid isPermaLink="false">http://steeev.freehostia.com/wp/2009/10/23/facebook-purity-script-updated-for-new-version-of-facebook/</guid>
		<description><![CDATA[I&#8217;ve updated the facebook purity script to work with the latest code change at facebook, you can get the updated version here: http://bit.ly/fbpure
N.B the script seems to be working fine now, but FB seem to be caching old data, as after blocking applications using the new &#8220;block app&#8221;  function, the apps come back again if [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;ve updated the facebook purity script to work with the latest code change at facebook, you can get the updated version here:<a href="http://bit.ly/fbpure"> http://bit.ly/fbpure</a></p>
<p>N.B the script seems to be working fine now, but FB seem to be caching old data, as after blocking applications using the new &#8220;block app&#8221;  function, the apps come back again if you refresh the page, even though they have already been blocked&#8230; strange, i hope they fix this&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://steeev.freehostia.com/wp/2009/10/23/facebook-purity-script-updated-for-new-version-of-facebook/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
