<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Indicate off-site Links | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/2180</link>
    <description>Recent comments on userscript: Indicate off-site Links</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by Schlick</title>
      <description>&lt;p&gt;The script works except for domains of type .com.au or .co.uk.&lt;/p&gt;</description>
      <pubDate>Fri, 10 Nov 2006 11:48:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31416</guid>
      <author>Schlick</author>
      <link>http://userscripts.org/posts/31416</link>
    </item>
    <item>
      <title>Archived Comments, replied by Shay Nahum</title>
      <description>&lt;p&gt;Bug: Doesn't work with RTL languages \ pages.&lt;/p&gt;

&lt;p&gt;check out this page:
&lt;br /&gt;&lt;a href=&quot;http://t2.technion.ac.il/~shynahum/links.html&quot;&gt;http://t2.technion.ac.il/~shynahum/links.html&lt;/a&gt;
&lt;br /&gt;The link to BugMeNot is partially covered by the off-site icon.&lt;/p&gt;

&lt;p&gt;Other than that, this script great and useful. Thanks!&lt;/p&gt;</description>
      <pubDate>Thu, 04 May 2006 20:54:56 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31417</guid>
      <author>Shay Nahum</author>
      <link>http://userscripts.org/posts/31417</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gopalarathnam Venkatesan</title>
      <description>&lt;p&gt;The updated script (v1.2) distinguishes between links that open in the same window vs the ones that open a new/different window.&lt;/p&gt;

&lt;p&gt;Also, due to a lot of requests from the users and friends, finally I added support for sub-domains too :)&lt;/p&gt;

&lt;p&gt;Thanks everyone for all your feedback!
&lt;br /&gt;Special thanks to you Kevin :)&lt;/p&gt;</description>
      <pubDate>Sun, 08 Jan 2006 11:43:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31418</guid>
      <author>Gopalarathnam Venkatesan</author>
      <link>http://userscripts.org/posts/31418</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kevin Richards</title>
      <description>&lt;p&gt;You know what would be cool. If the script checked to see if the link was to open in a new window or in the same window, providing a slightly different image for each case. Like for links that go off-site but open in the same window it could be the image you have now, and then for off-site links that open in a new window you could possibly use a &lt;a href=&quot;http://img235.imageshack.us/img235/5866/externalgreen6zb.gif&quot;&gt;green version&lt;/a&gt; of the same image. This way we could easily tell the difference between the two different types of links.&lt;/p&gt;

&lt;p&gt;That's just an idea I had recently, so I figured I'd throw it your way. By the way, I still think that subdomains shouldn't be labeled as off-site. I know I'm nagging on the issue, but it would really cut down on the amount of false positives your script gives out (which for me is usually 100+ a day).&lt;/p&gt;</description>
      <pubDate>Sat, 10 Dec 2005 07:07:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31419</guid>
      <author>Kevin Richards</author>
      <link>http://userscripts.org/posts/31419</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kevin Richards</title>
      <description>&lt;p&gt;Ah, I found another bug, although it's only a minor one. If you go to a website and don't precede the address with &lt;a href=&quot;http://www.,&quot;&gt;www.,&lt;/a&gt; any links that go to pages on the site that use the www. will be marked as off site. So let's say you go to &lt;a href=&quot;http://somesite.com&quot;&gt;http://somesite.com&lt;/a&gt; and there is a link on the website that leads to &lt;a href=&quot;http://www.somesite.com/page1.html&quot;&gt;http://www.somesite.com/page1.html&lt;/a&gt;, it will be marked as an off site link. I assume this would also occur if the opposite were to happen (go to the site with the www. typed in and encounter a link without it).&lt;/p&gt;</description>
      <pubDate>Fri, 02 Dec 2005 12:47:05 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31420</guid>
      <author>Kevin Richards</author>
      <link>http://userscripts.org/posts/31420</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kevin Richards</title>
      <description>&lt;p&gt;Well, the problem with subdomains is that they are sometimes used on free webhosting sites to differentiate between the different sites that are hosted there. In my opinion though, it's far more common for a subdomain to be a part of the site rather than being for a completely separate site. I could be wrong though, but it might be something you could look into or ask about somewhere.&lt;/p&gt;

&lt;p&gt;I can use the script on most sites now, although on sites such as &lt;a href=&quot;http://www.gamestop.com&quot;&gt;http://www.gamestop.com&lt;/a&gt; it marks a few links incorrectly as being a different site (because they are a subdomain). That's only a minor nuisance though.&lt;/p&gt;</description>
      <pubDate>Fri, 02 Dec 2005 12:20:46 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31421</guid>
      <author>Kevin Richards</author>
      <link>http://userscripts.org/posts/31421</link>
    </item>
    <item>
      <title>Archived Comments, replied by Gopalarathnam Venkatesan</title>
      <description>&lt;p&gt;Thanks a lot, Kevin.&lt;/p&gt;

&lt;p&gt;Yes, unfortunately for the first version I missed couple of the things.&lt;/p&gt;

&lt;p&gt;1. Handle only HTTP links
&lt;br /&gt;2. Do not mark image links with the indicator&lt;/p&gt;

&lt;p&gt;The above two things have been added now.&lt;/p&gt;

&lt;p&gt;Regarding the sub-domain links, I thought about it, but not sure if I should leave it or mark it as off-site.  I deliberately didn't handle that case this time.&lt;/p&gt;</description>
      <pubDate>Sun, 20 Nov 2005 08:22:32 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31422</guid>
      <author>Gopalarathnam Venkatesan</author>
      <link>http://userscripts.org/posts/31422</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kevin Richards</title>
      <description>&lt;p&gt;Hmm... I found another problem with it. If a link points to a subdomain it also labels it as off site, which would be completely incorrect in most cases. It makes sites such as &lt;a href=&quot;http://deviantart.com&quot;&gt;http://deviantart.com&lt;/a&gt; look really weird. Since a lot of the sites I visit use subdomains, I'll have to (sadly) disable this script until the problems mentioned here and in my other post are fixed. Good luck on them, and I look forward to when I can use this script again!&lt;/p&gt;</description>
      <pubDate>Sat, 19 Nov 2005 16:59:20 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31423</guid>
      <author>Kevin Richards</author>
      <link>http://userscripts.org/posts/31423</link>
    </item>
    <item>
      <title>Archived Comments, replied by Kevin Richards</title>
      <description>&lt;p&gt;Pretty good script, and something that I have been wanting for awhile. The only flaw with this script is it labels ALL javascript links as being off site links, when usually this will prove to be incorrect. Just try it out on this site and you'll see what I mean. If you could fix that problem then this script would be flawless (at least as far as I can see right now.) Thanks :D&lt;/p&gt;</description>
      <pubDate>Sat, 19 Nov 2005 16:53:06 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31424</guid>
      <author>Kevin Richards</author>
      <link>http://userscripts.org/posts/31424</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:04:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:12073:31415</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/31415</link>
    </item>
  </channel>
</rss>
