<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Fark New Stories | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/24605</link>
    <description>Recent comments on userscript: Fark New Stories</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by xanderificus</title>
      <description>&lt;p&gt;Hey, Mike.  I'm liking the script.&lt;/p&gt;

&lt;p&gt;Since there's no way to contact you directly through the site, I thought I'd put an idea for a script into your head:
&lt;br /&gt;    Fark sans Blender.  Change the 'Music' link to redirect only to the frame containing Fark stuff.  Exclude the 'Katy Perry' ads and crap.&lt;/p&gt;

&lt;p&gt;Possible?  (I'm emailable at gmail, or on Fark as George_Spelvin )&lt;/p&gt;</description>
      <pubDate>Thu, 04 Sep 2008 04:58:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12337:33087</guid>
      <author>xanderificus</author>
      <link>http://userscripts.org/posts/33087</link>
    </item>
    <item>
      <title>Archived Comments, replied by Smiths</title>
      <description>&lt;p&gt;I hope you don't mind, but as an avid Fark scripter and one who does not like Farky's compatibility being broken with FireFox 3.0rc2 I was really glad to stumble upon this script. I've been trying to add as many Farky features that Fark.com doesn't support into my own personal Fark modifying script, so as to be able to remove Farky from FireFox (it is a memory hog). This script is awesome, but the green bolding was a little too much for me :) I went and modified it a bit, feel free to pick and choose if you want to use any of it:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;
// Get the last viewed headline
var lastHeadline = GM_getValue(&quot;lastHeadline&quot; + location.href, &quot;It's not news, it's fark.com!&quot;);

// Get all stories currently on the main page....
var allHeadlines = document.evaluate('//span[@class=&quot;headline&quot;]', document, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);;
// Loop through all headlines, embolden the new ones.
for(i=0; (i &amp;lt; allHeadlines.snapshotLength) &amp;amp;&amp;amp; (allHeadlines.snapshotItem(i).innerHTML != lastHeadline); i++){
    comments = allHeadlines.snapshotItem(i).parentNode.parentNode.getElementsByTagName(&quot;a&quot;).item(1);
	comments.innerHTML += &quot;  &amp;lt;b&amp;gt;&amp;lt;font color=\&quot;red\&quot;&amp;gt;*&amp;lt;/font&amp;gt;&amp;lt;/b&amp;gt;&quot;;
}

// Set lastHeadline for next time
GM_setValue(&quot;lastHeadline&quot; + location.href, allHeadlines.snapshotItem(0).innerHTML);
&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 07 Jun 2008 13:19:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12337:33088</guid>
      <author>Smiths</author>
      <link>http://userscripts.org/posts/33088</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews</title>
      <description>&lt;p&gt;The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)&lt;/p&gt;</description>
      <pubDate>Wed, 17 Nov 2004 01:05:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12337:33086</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/33086</link>
    </item>
  </channel>
</rss>
