<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on digg - add mirrors | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/7585</link>
    <description>Recent comments on userscript: digg - add mirrors</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Add link for rorr.im, replied by Jordi De Groof</title>
      <description>Glad to hear you like the script&lt;br /&gt;
I've updated the script with your additions, thanks for this!</description>
      <pubDate>Tue, 31 Mar 2009 07:30:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:24097:106994</guid>
      <author>Jordi De Groof</author>
      <link>http://userscripts.org/posts/106994</link>
    </item>
    <item>
      <title>Add link for rorr.im, replied by thesonofthom</title>
      <description>&lt;p&gt;So, this script doesn't seem like it's been updated in a long while.  DuggMirror no longer seems to work, and I discovered a great new mirroring site called rorr.im, so I decided to fiddle with the script and add it:&lt;/p&gt;

&lt;p&gt;	var rorrimicon = &quot;data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAALCAYAAACprHcmAAAABGdBTUEAALGPC/xhBQAAAMNJREFUKFONkD0OwjAMhcspGBhQz8I14Eqg0g50RZSRhYWBHgBGEEsHoGKhEhISA1v8cH5JSwcsWYmVz88v7oAj+DckbIP4Qrs7KD2Bjg/I2o/AgcUT6C14zJQz5oyAcAm6vhyvYKXYnRtoxqfNGNTP3AQFi/ymlRSUeinrCOKi1TU8OXiqTTiGWJ09eF8Zr23KCYTx/fUcZp4V63kMMcrrH1Sf5G4arI0duY0ENNyCqvcv7FZYctOmrEH2ze25sf/W8gOGoHiapQHj7gAAAABJRU5ErkJggg==&quot;;&lt;/p&gt;

&lt;p&gt;and then, under the addIcons function:
&lt;br /&gt;		//add rorr.im cache link
&lt;br /&gt;		anchor = document.createElement(&quot;a&quot;);
&lt;br /&gt;		anchor.href= dugglink;
&lt;br /&gt;		anchor.href = &quot;http://rorr.im/&quot; + dugglink.substring(7);
&lt;br /&gt;		anchor.target = target;
&lt;br /&gt;		anchor.title = &quot;rorr.im&quot;;
&lt;br /&gt;		anchor.innerHTML=&quot;&amp;lt;image src=&quot; + rorrimicon + &quot;&gt;&quot;;
&lt;br /&gt;		container.appendChild(anchor);&lt;/p&gt;

&lt;p&gt;Oh, and thanks a lot for the script! It's awesome!&amp;lt;/image&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 30 Mar 2009 23:55:26 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:24097:106915</guid>
      <author>thesonofthom</author>
      <link>http://userscripts.org/posts/106915</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jordi De Groof</title>
      <description>&lt;p&gt;Ayush: the script is compatible again with opera, although automatic mirror selection won't work, since it requires GM_xmlhttpRequest, which Opera doesn't provide.&lt;/p&gt;</description>
      <pubDate>Wed, 01 Aug 2007 09:53:08 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70936</guid>
      <author>Jordi De Groof</author>
      <link>http://userscripts.org/posts/70936</link>
    </item>
    <item>
      <title>Archived Comments, replied by Ayush</title>
      <description>&lt;p&gt;&lt;code&gt;Compatible with Opera.&lt;/code&gt;&lt;/p&gt;

&lt;p&gt;Not true. See: &lt;a href=&quot;http://my.opera.com/community/forums/findpost.pl?id=2177333&quot;&gt;http://my.opera.com/community/forums/findpost.p...&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 31 Jul 2007 12:38:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70937</guid>
      <author>Ayush</author>
      <link>http://userscripts.org/posts/70937</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jordi De Groof</title>
      <description>&lt;p&gt;Bug fixed, thanks jackyyll&lt;/p&gt;</description>
      <pubDate>Sun, 24 Jun 2007 16:45:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70938</guid>
      <author>Jordi De Groof</author>
      <link>http://userscripts.org/posts/70938</link>
    </item>
    <item>
      <title>Archived Comments, replied by jackyyll</title>
      <description>&lt;p&gt;Also, lines 128 and 134 need the same updates.&lt;/p&gt;</description>
      <pubDate>Sat, 23 Jun 2007 17:27:34 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70939</guid>
      <author>jackyyll</author>
      <link>http://userscripts.org/posts/70939</link>
    </item>
    <item>
      <title>Archived Comments, replied by jackyyll</title>
      <description>&lt;p&gt;Since the new comment system adds /all to the url, the mirror links don't work in the story if you have all comments expanded. To fix this line 123 should read:&lt;/p&gt;

&lt;p&gt;		dugglink= window.location.href.replace(/\/all/, '');&lt;/p&gt;</description>
      <pubDate>Sat, 23 Jun 2007 16:50:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70940</guid>
      <author>jackyyll</author>
      <link>http://userscripts.org/posts/70940</link>
    </item>
    <item>
      <title>Archived Comments, replied by Daniel Einspanjer</title>
      <description>&lt;p&gt;Hey, Sorry, just one more problem, you don't have the @identifier tag in your header comments anymore, the updates script uses that string and it is reporting an error when checking your script because it's missing.&lt;/p&gt;</description>
      <pubDate>Sun, 15 Apr 2007 18:50:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70941</guid>
      <author>Daniel Einspanjer</author>
      <link>http://userscripts.org/posts/70941</link>
    </item>
    <item>
      <title>Archived Comments, replied by Daniel Einspanjer</title>
      <description>&lt;p&gt;Cool stuff.  I don't think your update stuff is set up quite right though.  You need to be using an unsafeWindow to request the update checking, and your date needs to subtract one from the month because JS uses 0 to 11 for the month argument.&lt;/p&gt;

&lt;p&gt;You can take a look at my script if you want, I just finished testing out my changes to use UserScriptUpdates and got it working right.&lt;/p&gt;</description>
      <pubDate>Sun, 15 Apr 2007 00:28:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70942</guid>
      <author>Daniel Einspanjer</author>
      <link>http://userscripts.org/posts/70942</link>
    </item>
    <item>
      <title>Archived Comments, replied by Daniel Einspanjer</title>
      <description>&lt;p&gt;Also, the order is based on install (not update) order.  So if yours was before mine and you wanted it to be after, you'd remove your script (so it is no longer in the list at all) then reinstall it.  Just updating a script doesn't change the ordering.&lt;/p&gt;

&lt;p&gt;Obviously this would be an advanced thing, but honestly, I don't imagine too many people would care either way and those that would care can easily figure out how to fix it. :)&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 15:51:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70943</guid>
      <author>Daniel Einspanjer</author>
      <link>http://userscripts.org/posts/70943</link>
    </item>
    <item>
      <title>Archived Comments, replied by Daniel Einspanjer</title>
      <description>&lt;p&gt;I've found that the order listed in the manage scripts dialog is the order of execution.  For instance, if my script is above yours in the list, your mirror links will have my #digg_link marker, but if yours is first, they won't.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 15:49:38 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70944</guid>
      <author>Daniel Einspanjer</author>
      <link>http://userscripts.org/posts/70944</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jordi De Groof</title>
      <description>&lt;p&gt;Daniel, I believe this must be possible, however we have to ensure that my script executes after yours, and I've got no idea how to do that.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 14:15:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70945</guid>
      <author>Jordi De Groof</author>
      <link>http://userscripts.org/posts/70945</link>
    </item>
    <item>
      <title>Archived Comments, replied by Daniel Einspanjer</title>
      <description>&lt;p&gt;I like this mirror script better than many of the others I have tried.
&lt;br /&gt;Yours is the first I've seen that adds the icons to the digg it widget. That actually got me to thinking..&lt;/p&gt;

&lt;p&gt;Do you think there is any chance you could tweak your script to be able to instrument my Add Digg Control widget with the links?  That would be really kewl for me since sometimes, I open a link in the background and then when I get to that tab to read it, I see the FF error page with my ADC widget on it.  If I had the mirror buttons right there, it would be nifty! :) I'm sure I could do it myself, but rather than copying your code I thought I'd ask to see if it could be part of your script first.&lt;/p&gt;</description>
      <pubDate>Thu, 12 Apr 2007 13:46:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70946</guid>
      <author>Daniel Einspanjer</author>
      <link>http://userscripts.org/posts/70946</link>
    </item>
    <item>
      <title>Archived Comments, replied by Yosaif</title>
      <description>&lt;p&gt;sweet...thx&lt;/p&gt;</description>
      <pubDate>Thu, 22 Mar 2007 14:27:01 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70947</guid>
      <author>Yosaif</author>
      <link>http://userscripts.org/posts/70947</link>
    </item>
    <item>
      <title>Archived Comments, replied by Josh Bancroft</title>
      <description>&lt;p&gt;w00t! I was install number 3000! :-)&lt;/p&gt;</description>
      <pubDate>Thu, 22 Mar 2007 00:13:30 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70948</guid>
      <author>Josh Bancroft</author>
      <link>http://userscripts.org/posts/70948</link>
    </item>
    <item>
      <title>Archived Comments, replied by SpookyET</title>
      <description>&lt;p&gt;Like I said, Firefox can be annoying. What may be fast on my system can be the exact opposite on another system.  I have no idea how to reliably test javascript speed.&lt;/p&gt;</description>
      <pubDate>Sat, 17 Mar 2007 02:41:12 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70949</guid>
      <author>SpookyET</author>
      <link>http://userscripts.org/posts/70949</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jordi De Groof</title>
      <description>&lt;p&gt;SpookeyET: I timed our scripts using the exact same method, and according to me, my script runs 30-50ms faster than yours, except on the story pages, where they have the exact same speed.
&lt;br /&gt;Are you sure you're using the latest version of my script?&lt;/p&gt;</description>
      <pubDate>Fri, 16 Mar 2007 17:08:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70950</guid>
      <author>Jordi De Groof</author>
      <link>http://userscripts.org/posts/70950</link>
    </item>
    <item>
      <title>Archived Comments, replied by SpookyET</title>
      <description>&lt;p&gt;I timed your script and my script using Firebug's timer feature ( unsafeWindow.console.time(&quot;name&quot;); unsafeWindow.console.timeEnd(&quot;name&quot;); ).  On avery, my script runs 50-60ms faster.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2007 19:13:17 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70951</guid>
      <author>SpookyET</author>
      <link>http://userscripts.org/posts/70951</link>
    </item>
    <item>
      <title>Archived Comments, replied by SpookyET</title>
      <description>&lt;p&gt;I think I fixed the speed problem now.&lt;/p&gt;</description>
      <pubDate>Thu, 15 Mar 2007 01:49:55 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70952</guid>
      <author>SpookyET</author>
      <link>http://userscripts.org/posts/70952</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jordi De Groof</title>
      <description>&lt;p&gt;SpookyET: although xpath might be slower, my overall code now is faster than yours, so the xpath probably isn't that much of an issue.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Mar 2007 19:32:39 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70953</guid>
      <author>Jordi De Groof</author>
      <link>http://userscripts.org/posts/70953</link>
    </item>
    <item>
      <title>Archived Comments, replied by SpookyET</title>
      <description>&lt;p&gt;XPATH is horribly slow.  Google around for benchmarks.  It's ungodly slow.  I don't use it unless I really have to.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Mar 2007 18:34:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70954</guid>
      <author>SpookyET</author>
      <link>http://userscripts.org/posts/70954</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jordi De Groof</title>
      <description>&lt;p&gt;The script is now as fast as the one SpookyET made.&lt;/p&gt;</description>
      <pubDate>Wed, 14 Mar 2007 15:35:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70955</guid>
      <author>Jordi De Groof</author>
      <link>http://userscripts.org/posts/70955</link>
    </item>
    <item>
      <title>Archived Comments, replied by SpookyET</title>
      <description>&lt;p&gt;My script is faster: &lt;a href=&quot;http://userscripts.org/scripts/source/7902&quot;&gt;http://userscripts.org/scripts/source/7902&lt;/a&gt;&lt;/p&gt;</description>
      <pubDate>Tue, 13 Mar 2007 02:37:23 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70956</guid>
      <author>SpookyET</author>
      <link>http://userscripts.org/posts/70956</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jordi De Groof</title>
      <description>&lt;p&gt;Now mirrors are also added to the #1 stories on a users page.&lt;/p&gt;</description>
      <pubDate>Thu, 01 Mar 2007 18:49:02 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70957</guid>
      <author>Jordi De Groof</author>
      <link>http://userscripts.org/posts/70957</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jordi De Groof</title>
      <description>&lt;p&gt;The mirrors now follow your digg preferences to open in a new tab or not.&lt;/p&gt;</description>
      <pubDate>Mon, 26 Feb 2007 15:24:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:16542:70958</guid>
      <author>Jordi De Groof</author>
      <link>http://userscripts.org/posts/70958</link>
    </item>
  </channel>
</rss>
