<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Linkifier | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/19933</link>
    <description>Recent comments on userscript: Linkifier</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Osma</title>
      <description>&lt;p&gt;This is great for linking between a development wiki, repository browser and issue tracker, making links from task identifiers and revision numbers.&lt;/p&gt;

&lt;p&gt;However, one bug: if a HTML comment contains text that matches a defined substitution pattern, it will be converted into regular text (with a link inserted) and thus becomes visible.&lt;/p&gt;

&lt;p&gt;I fixed this by changing this line in the linkify() function:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;if (elem.data) {&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;to this:&lt;/p&gt;

&lt;p&gt;&lt;code&gt;if (elem.data &amp;amp;&amp;amp; elem.nodeType != 8) {&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 23 Jul 2008 14:44:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14427:52456</guid>
      <author>Osma</author>
      <link>http://userscripts.org/posts/52456</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:21 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:14427:52455</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/52455</link>
    </item>
  </channel>
</rss>
