<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on TinyURL Popup Preview | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/12048</link>
    <description>Recent comments on userscript: TinyURL Popup Preview</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Archived Comments, replied by khopesh @ Mon, 06 Oct 2008 10:05:16 -0500</title>
      <description>&lt;p&gt;For &lt;tt&gt;links.snapshotLength&lt;/tt&gt;, the Firefox Error Console reports &lt;b&gt;Component is not available&lt;/b&gt;.  Where is snapshotLength supposed to be defined?  Does this script have an unspecified dependency?  It certainly &lt;a href=&quot;http://developer.mozilla.org/en/Introduction_to_using_XPath_in_JavaScript#Snapshots&quot;&gt;seems to exist in the documentation&lt;/a&gt;, but it's not working for me on Firefox 3.0.1 for Linux (&lt;tt&gt;Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.9.0.1) Gecko/2008071618 Iceweasel/3.0.1 (Debian-3.0.1-1)&lt;/tt&gt;).  Ideas?&lt;/p&gt;&lt;p&gt;&lt;b&gt;Update:&lt;/b&gt; I solved this by changing the for loop declaration to &lt;br /&gt;&lt;code&gt;for (var i = 0; i &amp;lt; links.snapshotLength; i++)&lt;/code&gt; instead of trying to conserve lookup time by saving the length before running.  No idea why that was needed, but this works for me now.&lt;/p&gt;&lt;p&gt;Thanks for this script!  It is important to me (for privacy reasons) to get a version of this script that doesn't send data through a third party (the way the others do).  The &lt;i&gt;Interceptor 2.1&lt;/i&gt;, &lt;i&gt;LongURL Mobile Expander&lt;/i&gt;, and even the new so-called &lt;i&gt;Tin Foil Hat&lt;/i&gt; also fail on this front, depending on some third-party CGI API.&lt;/p&gt;&lt;p&gt;This script would be more locatable if you added some tags, like: &lt;code&gt;tinyurl, tinyurl preview&lt;/code&gt;&lt;/p&gt;&lt;p&gt;For testing purposes:  &lt;a href=&quot;http://tinyurl.com/3xzqz8&quot;&gt;this script&lt;/a&gt; (which is &lt;a href=&quot;http://tinyurl.com/3xzqz8&quot;&gt;http://tinyurl.com/3xzqz8&lt;/a&gt; ) and &lt;a href=&quot;http://tinyurl.com/fakeurl12345&quot;&gt;fake tinyurl&lt;/a&gt; and &lt;a href=&quot;http://tinyurl.com/fake-invalid-url-ABC&quot;&gt;fake invalid tinyurl&lt;/a&gt; and &lt;a href=&quot;http://tinyurl.com/3xzqz8&quot; title=&quot;this link has a title already...&quot;&gt;this script (with a title)&lt;/a&gt;.  Hmm, the fake link resolves to a URL in the title despite leading to a tinyurl.com error page (not that this really matters much).

&lt;p&gt;I worry about this script slamming your bandwidth when you find yourself viewing a page with a thousand tinyurl links...  Maybe limit that loop to &lt;code&gt;for (var i = 0; i &amp;lt; links.snapshotLength &amp;amp;&amp;amp; i &amp;lt; 100; i++)&lt;/code&gt; to head that off?  100 is arbitrary; what sounds better?&lt;/p&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 06 Oct 2008 10:05:16 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47573</guid>
      <author>khopesh</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
    <item>
      <title>Archived Comments, replied by no_master @ Fri, 14 Mar 2008 18:12:49 -0500</title>
      <description>&lt;p&gt;This script does exactly the same as this script: &quot;Tin Foil Hat old&quot; &lt;a href=&quot;http://userscripts.org/scripts/show/3548&quot;&gt;http://userscripts.org/scripts/show/3548&lt;/a&gt; . That script also uses the tinyurl preview page (source code says: &lt;a href=&quot;http://tinyurl.com/preview.php?num&quot;&gt;http://tinyurl.com/preview.php?num&lt;/a&gt;= )&lt;/p&gt;

&lt;p&gt;Isn't preview.tinyurl.com and &lt;a href=&quot;http://tinyurl.com/preview.php?num&quot;&gt;http://tinyurl.com/preview.php?num&lt;/a&gt;= the same thing?&lt;/p&gt;

&lt;p&gt;Either way I think that this script beats them both: &quot;Interceptor 1.2&quot; &lt;a href=&quot;http://userscripts.org/scripts/show/23817&quot;&gt;http://userscripts.org/scripts/show/23817&lt;/a&gt;
&lt;br /&gt;It also uses the preview.tinyurl.com in the source code.&lt;/p&gt;

&lt;p&gt;The &quot;interceptor 2.1&quot; is the ruler of &quot;Tin Foil Hat new&quot;: &lt;a href=&quot;http://userscripts.org/scripts/show/11410&quot;&gt;http://userscripts.org/scripts/show/11410&lt;/a&gt; which does not use preview.tinyurl.com &lt;/p&gt;

&lt;p&gt;Comment about the redirecting bebo example not working: 
&lt;br /&gt;Yeah this is really annoying... Even though I have the RedirectRemover Extension installed, which does that, when I point at the bebo link it shows me the tinyurl adress in the statusbar, it doesn't work for me either (links redirecting tinyurl which redirects long url, instead of just tinyurl redirecting to long url)
&lt;br /&gt;I would like to see someone come up with an solution for this too.
&lt;br /&gt;Chill&lt;/p&gt;</description>
      <pubDate>Fri, 14 Mar 2008 18:12:49 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47574</guid>
      <author>no_master</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
    <item>
      <title>Archived Comments, replied by Yuichirou @ Fri, 04 Jan 2008 00:26:52 -0600</title>
      <description>&lt;p&gt;&gt; Script doesn't seem to work when redirecting from (for example) bebo.&lt;/p&gt;

&lt;p&gt;I just checked links directly linking to &quot;tinyurl.com&quot;, but your idea sounds good.&lt;/p&gt;

&lt;p&gt;Now I edited the script to accept such cases.&lt;/p&gt;</description>
      <pubDate>Fri, 04 Jan 2008 00:26:52 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47575</guid>
      <author>Yuichirou</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
    <item>
      <title>Archived Comments, replied by Olan @ Tue, 01 Jan 2008 11:42:15 -0600</title>
      <description>&lt;p&gt;Script doesn't seem to work when redirecting from (for example) bebo. Copied link location is: &lt;a href=&quot;http://www.bebo.com/Link.jsp?Url=http%3A%2F%2Ftinyurl.com%2F6&quot;&gt;http://www.bebo.com/Link.jsp?Url=http%3A%2F%2Ft...&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;[shows up as &lt;a href=&quot;http://www.bebo.com/Link.jsp?Url=http://tinyurl.com/6&quot;&gt;http://www.bebo.com/Link.jsp?Url=http://tinyurl...&lt;/a&gt; in the link preview pane on firefox]&lt;/p&gt;</description>
      <pubDate>Tue, 01 Jan 2008 11:42:15 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47576</guid>
      <author>Olan</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
    <item>
      <title>Archived Comments, replied by Yuichirou @ Fri, 14 Dec 2007 09:49:54 -0600</title>
      <description>&lt;p&gt;&gt; Very nice - but already done.&lt;/p&gt;

&lt;p&gt;Yeah, I know. But this script has a stronger point from that script.&lt;/p&gt;

&lt;p&gt;I just wrote the strong point above.&lt;/p&gt;</description>
      <pubDate>Fri, 14 Dec 2007 09:49:54 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47577</guid>
      <author>Yuichirou</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
    <item>
      <title>Archived Comments, replied by wagstaff @ Sun, 18 Nov 2007 10:28:47 -0600</title>
      <description>&lt;p&gt;&lt;a href=&quot;http://userscripts.org/scripts/show/3548&quot;&gt;This&lt;/a&gt;  is the link I intended...&lt;/p&gt;</description>
      <pubDate>Sun, 18 Nov 2007 10:28:47 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47578</guid>
      <author>wagstaff</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
    <item>
      <title>Archived Comments, replied by wagstaff @ Sun, 18 Nov 2007 10:26:31 -0600</title>
      <description>&lt;p&gt;Very nice - but &lt;a href=&quot;http://userscripts.org/scripts/review/3548&quot;&gt;already done&lt;/a&gt;.&lt;/p&gt;

&lt;p&gt;(I was thinking about doing this myself; but looked to see if anyone had go there first...)&lt;/p&gt;</description>
      <pubDate>Sun, 18 Nov 2007 10:26:31 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47579</guid>
      <author>wagstaff</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
    <item>
      <title>Archived Comments, replied by Yuichirou @ Sat, 10 Nov 2007 01:02:23 -0600</title>
      <description>&lt;p&gt;Touch links to TinyURL like this: &lt;a href=&quot;http://tinyurl.com/6&quot;&gt;http://tinyurl.com/6&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;You can see the full address as a TITLE attribute popup.&lt;/p&gt;</description>
      <pubDate>Sat, 10 Nov 2007 01:02:23 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47580</guid>
      <author>Yuichirou</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
    <item>
      <title>Archived Comments, replied by pogue @ Sat, 03 Nov 2007 07:45:18 -0500</title>
      <description>&lt;p&gt;This script doesn't seem to be working.  Do popups need to be enabled or anything?&lt;/p&gt;</description>
      <pubDate>Sat, 03 Nov 2007 07:45:18 -0500</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47581</guid>
      <author>pogue</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jesse Andrews @ Tue, 16 Nov 2004 19:05:16 -0600</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>Tue, 16 Nov 2004 19:05:16 -0600</pubDate>
      <guid isPermaLink="false">userscripts.org:13992:47572</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/topics/13992</link>
    </item>
  </channel>
</rss>
