<?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: Writing your first Greasemonkey script &#8211; adding menus to Facebook&#8217;s top menu</title>
	<atom:link href="http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/feed/" rel="self" type="application/rss+xml" />
	<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/</link>
	<description>The web sandbox of Asvin Balloo</description>
	<lastBuildDate>Sat, 05 Feb 2011 17:04:19 +0000</lastBuildDate>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.5</generator>
	<item>
		<title>By: vixery</title>
		<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/comment-page-1/#comment-38123</link>
		<dc:creator>vixery</dc:creator>
		<pubDate>Sun, 17 Jan 2010 20:06:23 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=120#comment-38123</guid>
		<description>hi, I am a luddite, I don&#039;t know how to enter user scripts into greasemonkey.  every post i find about this says &quot;greasemonkey can be used to ---blah blah blah&quot; but I don&#039;t get HOW.  thanks for helping me and sorry if this is annoying.</description>
		<content:encoded><![CDATA[<p>hi, I am a luddite, I don&#8217;t know how to enter user scripts into greasemonkey.  every post i find about this says &#8220;greasemonkey can be used to &#8212;blah blah blah&#8221; but I don&#8217;t get HOW.  thanks for helping me and sorry if this is annoying.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jen</title>
		<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/comment-page-1/#comment-33796</link>
		<dc:creator>Jen</dc:creator>
		<pubDate>Wed, 30 Sep 2009 02:57:39 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=120#comment-33796</guid>
		<description>Well you have to love firefox. It seems like to much trouble for me tho..</description>
		<content:encoded><![CDATA[<p>Well you have to love firefox. It seems like to much trouble for me tho..</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Somebody</title>
		<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/comment-page-1/#comment-33742</link>
		<dc:creator>Somebody</dc:creator>
		<pubDate>Mon, 28 Sep 2009 19:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=120#comment-33742</guid>
		<description>Why would somebody&#039;s *first* greasemonkey srcript be so &quot;complicated&quot; ?

Some kind of &quot;Hello World&quot; would be far more appropriate.</description>
		<content:encoded><![CDATA[<p>Why would somebody&#8217;s *first* greasemonkey srcript be so &#8220;complicated&#8221; ?</p>
<p>Some kind of &#8220;Hello World&#8221; would be far more appropriate.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Kurt Avish</title>
		<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/comment-page-1/#comment-32128</link>
		<dc:creator>Kurt Avish</dc:creator>
		<pubDate>Mon, 03 Aug 2009 06:11:47 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=120#comment-32128</guid>
		<description>Your profile has been added to Island Website :-) You can access your&#039;s &lt;a href=&quot;http://www.islandwebsite.info/html-blog/&quot; rel=&quot;nofollow&quot;&gt;here&lt;/a&gt;</description>
		<content:encoded><![CDATA[<p>Your profile has been added to Island Website :-) You can access your&#8217;s <a href="http://www.islandwebsite.info/html-blog/">here</a></p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Tone Przyszlak</title>
		<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/comment-page-1/#comment-30187</link>
		<dc:creator>Tone Przyszlak</dc:creator>
		<pubDate>Thu, 18 Jun 2009 19:32:54 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=120#comment-30187</guid>
		<description>Change these lines from 
recentLink.href = &#039;http://www.facebook.com/friends/?recent&amp;ref=tn&#039;;
to
requestsLink.href = &#039;http://www.facebook.com/reqs.php&#039;;

and 

statusLink.href = &#039;http://www.facebook.com/friends/?status&amp;ref=tn&#039;;
 to 
statusLink.href = &#039;http://www.facebook.com/home.php?filter=app_**********&#039;;

Go to your FB home page, click on Status Updates on your left and use the number at the end in your address bar.

That worked for me, basically find the current link and adjust your old one. Face Book like to mix things up.</description>
		<content:encoded><![CDATA[<p>Change these lines from<br />
recentLink.href = &#8216;http://www.facebook.com/friends/?recent&amp;ref=tn&#8217;;<br />
to<br />
requestsLink.href = &#8216;http://www.facebook.com/reqs.php&#8217;;</p>
<p>and </p>
<p>statusLink.href = &#8216;http://www.facebook.com/friends/?status&amp;ref=tn&#8217;;<br />
 to<br />
statusLink.href = &#8216;http://www.facebook.com/home.php?filter=app_**********&#8217;;</p>
<p>Go to your FB home page, click on Status Updates on your left and use the number at the end in your address bar.</p>
<p>That worked for me, basically find the current link and adjust your old one. Face Book like to mix things up.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Steve Farbota</title>
		<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/comment-page-1/#comment-27665</link>
		<dc:creator>Steve Farbota</dc:creator>
		<pubDate>Sat, 09 May 2009 07:21:52 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=120#comment-27665</guid>
		<description>I am trying to add an option to the &quot;Preferences&quot; dropdown menu in Meebo (which only shows up once you sign in).  I have been trying to modify this code to work with that but I can not seem to figure out how to do so.  Any ideas?</description>
		<content:encoded><![CDATA[<p>I am trying to add an option to the &#8220;Preferences&#8221; dropdown menu in Meebo (which only shows up once you sign in).  I have been trying to modify this code to work with that but I can not seem to figure out how to do so.  Any ideas?</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: asvin</title>
		<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/comment-page-1/#comment-27396</link>
		<dc:creator>asvin</dc:creator>
		<pubDate>Wed, 06 May 2009 07:03:47 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=120#comment-27396</guid>
		<description>@Nathaniel unfortunately 2 days after I wrote this post, FB changed the friends list ;-( Will try to find out the link</description>
		<content:encoded><![CDATA[<p>@Nathaniel unfortunately 2 days after I wrote this post, FB changed the friends list ;-( Will try to find out the link</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nathaniel</title>
		<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/comment-page-1/#comment-27362</link>
		<dc:creator>Nathaniel</dc:creator>
		<pubDate>Tue, 05 May 2009 20:17:30 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=120#comment-27362</guid>
		<description>Alright.  It adds the menus but when you click on them it just goes to the all friends list.  Any way around the new face book updates</description>
		<content:encoded><![CDATA[<p>Alright.  It adds the menus but when you click on them it just goes to the all friends list.  Any way around the new face book updates</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Balaji_Getfriday</title>
		<link>http://htmlblog.net/writing-your-first-greasemonkey-script-adding-menus-to-facebooks-top-menu/comment-page-1/#comment-27004</link>
		<dc:creator>Balaji_Getfriday</dc:creator>
		<pubDate>Fri, 01 May 2009 16:06:50 +0000</pubDate>
		<guid isPermaLink="false">http://htmlblog.net/?p=120#comment-27004</guid>
		<description>Great article!  Thanks for taking the time to explain.
 I&#039;ve been thinking about similar topics lately, and it&#039;s good to see that I&#039;m not alone.  What do you think about Putting a YUI Face on a Java Web Application?</description>
		<content:encoded><![CDATA[<p>Great article!  Thanks for taking the time to explain.<br />
 I&#8217;ve been thinking about similar topics lately, and it&#8217;s good to see that I&#8217;m not alone.  What do you think about Putting a YUI Face on a Java Web Application?</p>
]]></content:encoded>
	</item>
</channel>
</rss>

