<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comments on: Use Greasemonkey to extract your Facebook Phonebook</title>
	<atom:link href="http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/feed/" rel="self" type="application/rss+xml" />
	<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/</link>
	<description></description>
	<lastBuildDate>Tue, 09 Mar 2010 15:02:04 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>By: jamal</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-1136</link>
		<dc:creator>jamal</dc:creator>
		<pubDate>Sun, 07 Mar 2010 11:49:27 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-1136</guid>
		<description>I used this script to create this bookmarklet tool that encapsulate all the above work and finally downloads the contacts directly as .CSV file. It does not need a firefox plugin or downloading a script. Check it out http://jamalpro.freehostia.com/fbphone.htm</description>
		<content:encoded><![CDATA[<p>I used this script to create this bookmarklet tool that encapsulate all the above work and finally downloads the contacts directly as .CSV file. It does not need a firefox plugin or downloading a script. Check it out <a href="http://jamalpro.freehostia.com/fbphone.htm" rel="nofollow">http://jamalpro.freehostia.com/fbphone.htm</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jacopo</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-973</link>
		<dc:creator>Jacopo</dc:creator>
		<pubDate>Wed, 25 Nov 2009 01:34:11 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-973</guid>
		<description>Paul , you are supposed to go to 
http://m.facebook.com/friends.php?

and not to  
http://www.facebook.com/friends/?filter=pfp</description>
		<content:encoded><![CDATA[<p>Paul , you are supposed to go to<br />
<a href="http://m.facebook.com/friends.php?" rel="nofollow">http://m.facebook.com/friends.php?</a></p>
<p>and not to<br />
<a href="http://www.facebook.com/friends/?filter=pfp" rel="nofollow">http://www.facebook.com/friends/?filter=pfp</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Paul Aerison</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-933</link>
		<dc:creator>Paul Aerison</dc:creator>
		<pubDate>Thu, 15 Oct 2009 16:52:15 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-933</guid>
		<description>I have installed the script and made the changes as noted by Marcel, but when I load http://www.facebook.com/friends/?filter=pfp nothing happens. GM says it&#039;s enabled and there is a check next to the script. I verified that the above URL is in GM under manage scripts. Any ideas what I missed? This is my first GM script so keep that in mind.</description>
		<content:encoded><![CDATA[<p>I have installed the script and made the changes as noted by Marcel, but when I load <a href="http://www.facebook.com/friends/?filter=pfp" rel="nofollow">http://www.facebook.com/friends/?filter=pfp</a> nothing happens. GM says it&#8217;s enabled and there is a check next to the script. I verified that the above URL is in GM under manage scripts. Any ideas what I missed? This is my first GM script so keep that in mind.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Ashish Datta</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-928</link>
		<dc:creator>Ashish Datta</dc:creator>
		<pubDate>Mon, 12 Oct 2009 13:55:09 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-928</guid>
		<description>thanks Marcel!</description>
		<content:encoded><![CDATA[<p>thanks Marcel!</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Marcel Chastain</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-927</link>
		<dc:creator>Marcel Chastain</dc:creator>
		<pubDate>Sun, 11 Oct 2009 21:54:39 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-927</guid>
		<description>2 changes needed to get this working.

On line 9, change 
    div[@class=&quot;lnav header&quot;]
to
    div[@class=&quot;nd header&quot;]

On line 10, change
    var desc = nodesSnapshot.snapshotItem(0).childNodes;  
to
    var desc = nodesSnapshot.snapshotItem(2).childNodes;  

That&#039;s it!
--mC</description>
		<content:encoded><![CDATA[<p>2 changes needed to get this working.</p>
<p>On line 9, change<br />
    div[@class="lnav header"]<br />
to<br />
    div[@class="nd header"]</p>
<p>On line 10, change<br />
    var desc = nodesSnapshot.snapshotItem(0).childNodes;<br />
to<br />
    var desc = nodesSnapshot.snapshotItem(2).childNodes;  </p>
<p>That&#8217;s it!<br />
&#8211;mC</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: jason</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-920</link>
		<dc:creator>jason</dc:creator>
		<pubDate>Sun, 04 Oct 2009 14:42:46 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-920</guid>
		<description>You should just use sprnch.com it does this already. works on myspace twitter too.</description>
		<content:encoded><![CDATA[<p>You should just use sprnch.com it does this already. works on myspace twitter too.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jack Mo</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-911</link>
		<dc:creator>Jack Mo</dc:creator>
		<pubDate>Fri, 25 Sep 2009 20:41:56 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-911</guid>
		<description>It doesn&#039;t work</description>
		<content:encoded><![CDATA[<p>It doesn&#8217;t work</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Google Voice Applications &#38; Scripts &#124; Ninja Blogging</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-651</link>
		<dc:creator>Google Voice Applications &#38; Scripts &#124; Ninja Blogging</dc:creator>
		<pubDate>Wed, 19 Aug 2009 12:39:54 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-651</guid>
		<description>[...] Import Facebook Contacts into your Google Voice Contacts (Script) Facebook&#8217;s API + FBConnect is great but it has some severe limitations. Notably, it [...]</description>
		<content:encoded><![CDATA[<p>[...] Import Facebook Contacts into your Google Voice Contacts (Script) Facebook&#8217;s API + FBConnect is great but it has some severe limitations. Notably, it [...]</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Me</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-382</link>
		<dc:creator>Me</dc:creator>
		<pubDate>Wed, 17 Jun 2009 21:10:19 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-382</guid>
		<description>Could this script be modified to extract all the messenger addresses (Skype, MSN, ...) of the friendlist?</description>
		<content:encoded><![CDATA[<p>Could this script be modified to extract all the messenger addresses (Skype, MSN, &#8230;) of the friendlist?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: mate</title>
		<link>http://shout.setfive.com/2009/03/06/use-greasemonkey-to-extract-your-facebook-phonebook/comment-page-1/#comment-149</link>
		<dc:creator>mate</dc:creator>
		<pubDate>Sun, 08 Mar 2009 22:44:08 +0000</pubDate>
		<guid isPermaLink="false">http://shout.setfive.com/?p=120#comment-149</guid>
		<description>doesnt work... i tried everything...</description>
		<content:encoded><![CDATA[<p>doesnt work&#8230; i tried everything&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
