<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Linkify ting | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/2254</link>
    <description>Recent comments on userscript: Linkify ting</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>misses links, replied by JoeSimmons</title>
      <description>&lt;p&gt;I got a working edit of his script here since it seems he's not going to be updating it: &lt;a href=&quot;http://userscripts.org/scripts/show/34397&quot;&gt;http://userscripts.org/scripts/show/34397&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 11 Jun 2009 03:53:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21805:131410</guid>
      <author>JoeSimmons</author>
      <link>http://userscripts.org/posts/131410</link>
    </item>
    <item>
      <title>misses links, replied by anonymous_user</title>
      <description>&lt;p&gt;Some of the links here are not linkified at all or just partially linkified: &lt;a href=&quot;https://addons.mozilla.org/en-US/firefox/addon/4498&quot;&gt;https://addons.mozilla.org/en-US/firefox/addon/...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;May this be fixed? Thanks&lt;/p&gt;</description>
      <pubDate>Mon, 16 Feb 2009 12:14:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21805:96383</guid>
      <author>anonymous_user</author>
      <link>http://userscripts.org/posts/96383</link>
    </item>
    <item>
      <title>Archived Comments, replied by anonymous_user</title>
      <description>&lt;p&gt;This is one the better linkification scripts. Thanks.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Nov 2008 00:57:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21105</guid>
      <author>anonymous_user</author>
      <link>http://userscripts.org/posts/21105</link>
    </item>
    <item>
      <title>Archived Comments, replied by js41</title>
      <description>&lt;p&gt;do not support &lt;code&gt;http://www.fs2you.com/files/96bac33a-1b07-11dd-b255-00142218fc6e/&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 16 Jun 2008 04:44:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21106</guid>
      <author>js41</author>
      <link>http://userscripts.org/posts/21106</link>
    </item>
    <item>
      <title>Archived Comments, replied by jab416171</title>
      <description>&lt;p&gt;Attempts to catch links like google.com
&lt;br /&gt;^^
&lt;br /&gt;google.com doesn't link automatically...&lt;/p&gt;</description>
      <pubDate>Wed, 21 May 2008 01:22:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21107</guid>
      <author>jab416171</author>
      <link>http://userscripts.org/posts/21107</link>
    </item>
    <item>
      <title>Archived Comments, replied by tj111</title>
      <description>&lt;p&gt;I fixed the regular expression so that it doesn't cut off some urls at special charactars ('=', ':', ';', etc).  Maybe you can implement it in the script.  If you are using this and want to fix that, just click the 'Edit' button in the Greasmonkey menu, then change the current reg exp for this (on line 44).
&lt;br /&gt;&lt;pre&gt;&lt;code&gt;
var regex = /\b((?:http|shttp|https):\/\/)?(\w(\w|-)+\.)+(dk|com|net|org|se|no|nl|us|uk|de|it|nu|edu|info)(\/\w*)*(\.\w{2,4}){0,1}([?#&amp;amp;=:;]\w*)*\b/gi;
&lt;/code&gt;&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 15 May 2008 20:16:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21108</guid>
      <author>tj111</author>
      <link>http://userscripts.org/posts/21108</link>
    </item>
    <item>
      <title>Archived Comments, replied by mushi_aandw2</title>
      <description>&lt;p&gt;well now i see it works here but when i'm in a forum  that has text urls in their code boxes it doesn't work but the other linkify scripts works for those.&lt;/p&gt;</description>
      <pubDate>Sun, 04 May 2008 22:17:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21109</guid>
      <author>mushi_aandw2</author>
      <link>http://userscripts.org/posts/21109</link>
    </item>
    <item>
      <title>Archived Comments, replied by mushi_aandw2</title>
      <description>&lt;p&gt;it seems to not work on links that have a &quot;=&quot; sign in them. just cuts off before the &quot;=&quot; not completing the link like &lt;a href=&quot;http://www.megaupload.com/?d=YD7YIP47&quot;&gt;http://www.megaupload.com/?d=YD7YIP47&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;hope you can fix i really like this script cuz of the google.com catches.&lt;/p&gt;</description>
      <pubDate>Sun, 04 May 2008 22:11:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21110</guid>
      <author>mushi_aandw2</author>
      <link>http://userscripts.org/posts/21110</link>
    </item>
    <item>
      <title>Archived Comments, replied by Adrian</title>
      <description>&lt;p&gt;LenR: I have created a script that does just that -- but only for email addresses: &lt;a href=&quot;http://userscripts.org/scripts/show/23362&quot;&gt;http://userscripts.org/scripts/show/23362&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;I wrote that script in just under an hour, so it makes you wonder just how pointless those patterns really are. But, from a spammer's perspective, it would require too much processing power and not entirely practical (for the moment) to scrape each page on the web using a script such as this.&lt;/p&gt;</description>
      <pubDate>Sat, 01 Mar 2008 16:49:07 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21111</guid>
      <author>Adrian</author>
      <link>http://userscripts.org/posts/21111</link>
    </item>
    <item>
      <title>Archived Comments, replied by overcaffein8d</title>
      <description>&lt;p&gt;LenR, if they were to create software that did that, it would defeat the whole purpose of changing it, lol&lt;/p&gt;</description>
      <pubDate>Tue, 26 Feb 2008 21:58:33 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21112</guid>
      <author>overcaffein8d</author>
      <link>http://userscripts.org/posts/21112</link>
    </item>
    <item>
      <title>Archived Comments, replied by LenR</title>
      <description>&lt;p&gt;Great script! I'd love to see support to de-cr@pify email address insertions - i.e. turn bob&amp;lt;at&gt;test.com (or {at} _at_ etc) into &lt;a href=&quot;mailto:bob@test.com&quot;&gt;bob@test.com&lt;/a&gt;.
&lt;br /&gt;Anyone know what are the differences are between linkify ting (&lt;a href=&quot;http://userscripts.org/scripts/show/2254&quot;&gt;http://userscripts.org/scripts/show/2254&lt;/a&gt;) and linkify plus (&lt;a href=&quot;http://userscripts.org/scripts/show/1352&quot;&gt;http://userscripts.org/scripts/show/1352&lt;/a&gt;)? Only one I can see is that ting picks up links like google.com but nothing else.&amp;lt;/at&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 09 Jan 2008 01:04:37 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21113</guid>
      <author>LenR</author>
      <link>http://userscripts.org/posts/21113</link>
    </item>
    <item>
      <title>Archived Comments, replied by bobielawlintine</title>
      <description>&lt;p&gt;Is there anyway to make this script work well for the links in google and other search engines?&lt;/p&gt;</description>
      <pubDate>Wed, 21 Nov 2007 18:09:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21114</guid>
      <author>bobielawlintine</author>
      <link>http://userscripts.org/posts/21114</link>
    </item>
    <item>
      <title>Archived Comments, replied by azulmarino</title>
      <description>&lt;p&gt;Sorry, the right source code looks this way:
&lt;br /&gt;&lt;pre&gt;http://refer.ccbill.com/cgi&amp;lt;wbr&amp;gt;-bin/clicks.cgi?CA=910266-0000&amp;lt;wbr&amp;gt;&amp;amp;amp;PA=**YOURID**&amp;amp;amp;HTML=http://www&amp;lt;wbr&amp;gt;.foo.com/tgp/707/anett&amp;lt;wbr&amp;gt;/bar.html&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Sat, 03 Nov 2007 01:30:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21115</guid>
      <author>azulmarino</author>
      <link>http://userscripts.org/posts/21115</link>
    </item>
    <item>
      <title>Archived Comments, replied by azulmarino</title>
      <description>&lt;p&gt;Please, can you tweak this script to support the following link:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;http://refer.ccbill.com/cgi&amp;lt;wbr&gt;-bin/clicks.cgi?CA=910266-0000&amp;lt;/wbr&gt;&amp;lt;wbr&gt;&amp;amp;PA=**YOURID**&amp;amp;HTML=http://www&amp;lt;/wbr&gt;&amp;lt;wbr&gt;.foo.com/tgp/707/anett&amp;lt;/wbr&gt;&amp;lt;wbr&gt;/bar.html&amp;lt;/wbr&gt;&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;Todo list:
&lt;br /&gt;1 - ignore &quot;&lt;code&gt;&amp;lt;wbr&gt;&amp;lt;/wbr&gt;&lt;/code&gt;&quot;
&lt;br /&gt;2 - support &quot;=&quot;, &quot;?&quot;, &quot;&lt;code&gt;&amp;amp;&lt;/code&gt;&quot;, &quot;**&quot;.&lt;/p&gt;

&lt;p&gt;The rendered textual link looks like this:
&lt;br /&gt;&lt;a href=&quot;http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=910266-0000&amp;amp;PA=**YOURID**&amp;amp;HTML=http://www.foo.com/tgp/707/anett/bar.html&quot;&gt;http://refer.ccbill.com/cgi-bin/clicks.cgi?CA=9...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;This would save me a lot of time since I received regular list of links like this I have to check.
&lt;br /&gt;I whish I could do it myselft but I don't understand the source code :(&lt;/p&gt;</description>
      <pubDate>Sat, 03 Nov 2007 01:27:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21116</guid>
      <author>azulmarino</author>
      <link>http://userscripts.org/posts/21116</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hanjo</title>
      <description>&lt;p&gt;Ok, I here are some more improvements:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;var regex = /\b(https?:\/\/)?([\w\-]+\.)+([a-z]{2,3}|info|name|arpa|aero|asia|coop|jobs|mobi|museum|travel)(\/([\w?#&amp;amp;=.,;\-])*)*\b(\/)?/gi;
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Thu, 30 Aug 2007 15:34:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21117</guid>
      <author>Hanjo</author>
      <link>http://userscripts.org/posts/21117</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hanjo</title>
      <description>&lt;p&gt;This one is even better:
&lt;br /&gt;&lt;code&gt;
&lt;br /&gt;var regex = /\b(http:\/\/|https:\/\/){0,1}(\w(\w|-)+\.)+(dk|com|net|org|se|no|nl|us|uk|de|it|nu|edu|info)(\/\w*)*(\.\w{2,4}){0,1}([\?#&amp;amp;=\-_\.,;]\w*)*\b/gi;
&lt;br /&gt;&lt;/code&gt;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Aug 2007 18:08:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21118</guid>
      <author>Hanjo</author>
      <link>http://userscripts.org/posts/21118</link>
    </item>
    <item>
      <title>Archived Comments, replied by Hanjo</title>
      <description>&lt;p&gt;This regexp solves the problem with the equal sign and the https:
&lt;br /&gt;var regex = /\b(http:\/\/|https:\/\/){0,1}(\w(\w|-)+\.)+(dk|com|net|org|se|no|nl|us|uk|de|it|nu|edu|info)(\/\w*)*(\.\w{2,4}){0,1}(\?\w*|#\w*|&amp;amp;\w*|=\w*)*\b/gi;&lt;/p&gt;</description>
      <pubDate>Wed, 29 Aug 2007 18:03:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21119</guid>
      <author>Hanjo</author>
      <link>http://userscripts.org/posts/21119</link>
    </item>
    <item>
      <title>Archived Comments, replied by neko</title>
      <description>&lt;p&gt;dashes seem to break the links too.
&lt;br /&gt;like this:
&lt;br /&gt;&lt;a href=&quot;http://fakeurl.com/files/file-name-here.htm&quot;&gt;http://fakeurl.com/files/file-name-here.htm&lt;/a&gt;
&lt;br /&gt;stops right at the first dash.&lt;/p&gt;</description>
      <pubDate>Thu, 05 Jul 2007 01:19:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21120</guid>
      <author>neko</author>
      <link>http://userscripts.org/posts/21120</link>
    </item>
    <item>
      <title>Archived Comments, replied by Zathman</title>
      <description>&lt;p&gt;This also doesn't link https:// text links&lt;/p&gt;

&lt;p&gt;example in the comments at: &lt;a href=&quot;http://googlewebmastercentral.blogspot.com/2007/06/more-ways-for-you-to-give-us-input.html&quot;&gt;http://googlewebmastercentral.blogspot.com/2007...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 12 Jun 2007 22:01:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21121</guid>
      <author>Zathman</author>
      <link>http://userscripts.org/posts/21121</link>
    </item>
    <item>
      <title>Archived Comments, replied by wagstaff</title>
      <description>&lt;p&gt;I'm not convinced that this new version is really an improvement!&lt;/p&gt;

&lt;p&gt;I've been running the last version with a few tweaks to fix the problems mentioned in the comments here, and some others.  &lt;/p&gt;

&lt;p&gt;Unfortunately, despite the script's invitation to &quot;contact me regarding new features, bugfixes or changes that I could integrate into the existing code&quot;, I can't see how to make that contact.&lt;/p&gt;

&lt;p&gt;adam 3, if you've any interest in my modifications then give me a clue as to how to get in touch and I'll send them along for use / rejection as you see fit...&lt;/p&gt;</description>
      <pubDate>Sun, 10 Jun 2007 15:58:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21122</guid>
      <author>wagstaff</author>
      <link>http://userscripts.org/posts/21122</link>
    </item>
    <item>
      <title>Archived Comments, replied by Zathman</title>
      <description>&lt;p&gt;GM cuts off the last link, just look at &lt;a href=&quot;http://userscripts.org/scripts/show/1949&quot;&gt;http://userscripts.org/scripts/show/1949&lt;/a&gt; there's a link there thats linked up to showtopic, not past =&lt;/p&gt;</description>
      <pubDate>Thu, 31 May 2007 06:13:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21123</guid>
      <author>Zathman</author>
      <link>http://userscripts.org/posts/21123</link>
    </item>
    <item>
      <title>Archived Comments, replied by Zathman</title>
      <description>&lt;p&gt;Doesn't work on urls with equal ('=') signs in them. An example: &lt;a href=&quot;http://www.extensionsmirror.nl/index.php?showtopic=4391&quot;&gt;http://www.extensionsmirror.nl/index.php?showto...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;it links up to showtopic&lt;/p&gt;</description>
      <pubDate>Thu, 31 May 2007 06:12:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21124</guid>
      <author>Zathman</author>
      <link>http://userscripts.org/posts/21124</link>
    </item>
    <item>
      <title>Archived Comments, replied by Andy Gee</title>
      <description>&lt;p&gt;Great script but it won't work with files containing more than one dot. E.g. &lt;a href=&quot;http://rapidshare.com/files/27614525/GR.part1.rar&quot;&gt;http://rapidshare.com/files/27614525/GR.part1.rar&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 21 May 2007 17:14:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21125</guid>
      <author>Andy Gee</author>
      <link>http://userscripts.org/posts/21125</link>
    </item>
    <item>
      <title>Archived Comments, replied by adam 3</title>
      <description>&lt;p&gt;I have made a new version that should fix the problems mentioned by meno and BionicTom. Sorry about the slow update. It doesn't work the way i want it to, but it works ok. Please tell if it is not working for you&lt;/p&gt;</description>
      <pubDate>Mon, 14 May 2007 15:07:47 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21126</guid>
      <author>adam 3</author>
      <link>http://userscripts.org/posts/21126</link>
    </item>
    <item>
      <title>Archived Comments, replied by meno like-bugmenot</title>
      <description>&lt;p&gt;I have a false positive. When there are multiple periods and a certain word like this...it makes it a link. Maybe this is something that can be fixed?&lt;/p&gt;</description>
      <pubDate>Wed, 04 Apr 2007 18:59:52 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:10214:21127</guid>
      <author>meno like-bugmenot</author>
      <link>http://userscripts.org/posts/21127</link>
    </item>
  </channel>
</rss>
