<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Flickr Link Original Images | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/2012</link>
    <description>Recent comments on userscript: Flickr Link Original Images</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Add to Fav !, replied by Johannes la Poutre</title>
      <description>&lt;p&gt;@snjflame I'm afraid I don't get your request: there is already an add to favorite icon when you hover over a tweet (the five pointed star image), or do you mean something else?&lt;/p&gt;</description>
      <pubDate>Thu, 20 Aug 2009 11:16:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29067:160435</guid>
      <author>Johannes la Poutre</author>
      <link>http://userscripts.org/posts/160435</link>
    </item>
    <item>
      <title>New tab, replied by Anton Giguz</title>
      <description>&lt;p&gt;&lt;b&gt;mattme:&lt;/b&gt;&lt;/p&gt;

&lt;p&gt;To achieve that, you should replace &lt;code&gt;GM_openInTab&lt;/code&gt; with &lt;code&gt;window.location.assign&lt;/code&gt; in the line 302 of flickr_link_original_ima.user.js file.&lt;/p&gt;

&lt;p&gt;Here is the patch for version 1.25 of the script:&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;diff -Naur flickr_link_original_ima.orig/flickr_link_original_ima.user.js flickr_link_original_ima/flickr_link_original_ima.user.js
--- flickr_link_original_ima.orig/flickr_link_original_ima.user.js	2009-08-17 06:51:57.000000000 +0000
+++ flickr_link_original_ima/flickr_link_original_ima.user.js	2009-08-17 08:55:22.000000000 +0000
@@ -299,7 +299,7 @@
 	link.setAttribute(&quot;title&quot;, &quot;Link to original uploaded image&quot;);
 	link.appendChild(document.createTextNode(&quot;ORIG&quot;));
 	link.addEventListener(&quot;click&quot;, function(evt) {
-			GM_openInTab(evt.target.href);
+			window.location.assign(evt.target.href);
 			evt.stopPropagation();
 			evt.preventDefault();
 		}, true);&lt;/pre&gt;&lt;/p&gt;</description>
      <pubDate>Mon, 17 Aug 2009 10:12:35 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:32487:159294</guid>
      <author>Anton Giguz</author>
      <link>http://userscripts.org/posts/159294</link>
    </item>
    <item>
      <title>New tab, replied by mattme</title>
      <description>&lt;p&gt;Great script.&lt;/p&gt;

&lt;p&gt;Why must the link always open in a new tab? I would prefer the default behaviour for links, which makes no assumptions. If I want to open a new window or tab, I would middle-click on the link.&lt;/p&gt;

&lt;p&gt;Matt&lt;/p&gt;</description>
      <pubDate>Sun, 09 Aug 2009 17:11:16 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:32487:156361</guid>
      <author>mattme</author>
      <link>http://userscripts.org/posts/156361</link>
    </item>
    <item>
      <title>Add to Fav !, replied by snjflame</title>
      <description>&lt;p&gt;how about a add to favorite icon !
&lt;br /&gt;(not in this script), please make another script if you can.&lt;/p&gt;</description>
      <pubDate>Thu, 18 Jun 2009 09:16:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:29067:134886</guid>
      <author>snjflame</author>
      <link>http://userscripts.org/posts/134886</link>
    </item>
    <item>
      <title>Large Images?, replied by snjflame</title>
      <description>&lt;p&gt;hi,
&lt;br /&gt;can you create script to provide the link on thumbnails to the large image if original image is not available.&lt;/p&gt;</description>
      <pubDate>Thu, 21 May 2009 06:01:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:27336:124083</guid>
      <author>snjflame</author>
      <link>http://userscripts.org/posts/124083</link>
    </item>
    <item>
      <title>Right-click weirdness?, replied by latefee</title>
      <description>&lt;p&gt;Hi, I love this script, thank you so much for the time you've put into developing it.  However, I have found some weirdness with opening original images via right-click or Ctrl-click on the ORIG button.&lt;/p&gt;

&lt;p&gt;When the page loaded is a gallery view (multiple thumbnails on a single page), right-click changes the button URL href to the underlying image href.  However, if the loaded page is of a single-image, the right-click does not change the button link.  &lt;/p&gt;

&lt;p&gt;This weirdness can be observed by looking at the status bar when hovering over the button, the link is to the original image href.  However, when button is right-clicked (held down but not released) the href changes to the underlying image href.  This only occurs in gallery view.&lt;/p&gt;

&lt;p&gt;Any thoughts what might cause this?&lt;/p&gt;

&lt;p&gt;Thanks again,
&lt;br /&gt;Wallace&lt;/p&gt;</description>
      <pubDate>Tue, 12 May 2009 21:37:43 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:26719:120673</guid>
      <author>latefee</author>
      <link>http://userscripts.org/posts/120673</link>
    </item>
    <item>
      <title>Feedly Support, replied by viisiix</title>
      <description>&lt;p&gt;Thank you very much.&lt;/p&gt;</description>
      <pubDate>Thu, 09 Apr 2009 10:52:09 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21953:109483</guid>
      <author>viisiix</author>
      <link>http://userscripts.org/posts/109483</link>
    </item>
    <item>
      <title>Feedly Support, replied by Johannes la Poutre</title>
      <description>&lt;p&gt;Hi @toLGa, just add &quot;http://www.compfight.com/*&quot; to the included pages in the GM manager dialog.&lt;/p&gt;

&lt;p&gt;I didn't know about compfight, like the site and added it by default to the include section in the script now, thanks!&lt;/p&gt;</description>
      <pubDate>Mon, 23 Mar 2009 12:59:13 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21953:104926</guid>
      <author>Johannes la Poutre</author>
      <link>http://userscripts.org/posts/104926</link>
    </item>
    <item>
      <title>Feedly Support, replied by toLGa</title>
      <description>&lt;p&gt;how can i see the ORG image when searching from &lt;a href=&quot;http://www.compfight.com&quot;&gt;http://www.compfight.com&lt;/a&gt; ...&lt;/p&gt;</description>
      <pubDate>Mon, 16 Mar 2009 19:57:59 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21953:103103</guid>
      <author>toLGa</author>
      <link>http://userscripts.org/posts/103103</link>
    </item>
    <item>
      <title>Feedly Support, replied by Johannes la Poutre</title>
      <description>&lt;p&gt;Good suggestion, done in version 1.23 - enjoy!&lt;/p&gt;</description>
      <pubDate>Thu, 05 Mar 2009 13:59:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21953:100326</guid>
      <author>Johannes la Poutre</author>
      <link>http://userscripts.org/posts/100326</link>
    </item>
    <item>
      <title>Feedly Support, replied by viisiix</title>
      <description>&lt;p&gt;Hi mate, love your script, would it be possible to enable support for it when viewing Flickr RSS feeds in Feedly?&lt;/p&gt;</description>
      <pubDate>Thu, 19 Feb 2009 11:10:04 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21953:96994</guid>
      <author>viisiix</author>
      <link>http://userscripts.org/posts/96994</link>
    </item>
    <item>
      <title>Archived Comments, replied by Scotian</title>
      <description>&lt;p&gt;If this could be made to work with FlickrLeech, that would be wonderful.&lt;/p&gt;

&lt;p&gt;Also, can the Orig button be about twice as large?&lt;/p&gt;</description>
      <pubDate>Tue, 30 Sep 2008 19:53:41 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27352</guid>
      <author>Scotian</author>
      <link>http://userscripts.org/posts/27352</link>
    </item>
    <item>
      <title>Archived Comments, replied by toLGa</title>
      <description>&lt;p&gt;the ORG link is not shown if the all sizes is disabled for the image. I hope ORG is also be enabled for these images because i cant add them to downloadthemall.&lt;/p&gt;

&lt;p&gt;EDIT: sorry i read the comments and saw that you commented about this ;)&lt;/p&gt;</description>
      <pubDate>Thu, 25 Sep 2008 20:19:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27353</guid>
      <author>toLGa</author>
      <link>http://userscripts.org/posts/27353</link>
    </item>
    <item>
      <title>Archived Comments, replied by HSDLX</title>
      <description>&lt;p&gt;great Script, i use  it since a year... Thanks!&lt;/p&gt;</description>
      <pubDate>Wed, 06 Aug 2008 18:17:42 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27354</guid>
      <author>HSDLX</author>
      <link>http://userscripts.org/posts/27354</link>
    </item>
    <item>
      <title>Archived Comments, replied by bdawg923</title>
      <description>&lt;p&gt;This script used to work for me but now it doesn't show the [ORIG] link on any of the photos.&lt;/p&gt;</description>
      <pubDate>Thu, 10 Jul 2008 15:45:14 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27355</guid>
      <author>bdawg923</author>
      <link>http://userscripts.org/posts/27355</link>
    </item>
    <item>
      <title>Archived Comments, replied by Johannes la Poutre</title>
      <description>&lt;p&gt;@neojam: the script only works if multiple resolutions are available, which means that the original uploaded image can be retrieved directly through the [orig] link.&lt;/p&gt;

&lt;p&gt;When only one resolution is available, the image's author has unchecked the option to make images available for download. In that case only the screen resolution image is available, which is not what this script was intended for.&lt;/p&gt;</description>
      <pubDate>Mon, 21 Jan 2008 13:27:28 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27356</guid>
      <author>Johannes la Poutre</author>
      <link>http://userscripts.org/posts/27356</link>
    </item>
    <item>
      <title>Archived Comments, replied by neojam</title>
      <description>&lt;p&gt;One of the most useful scripts for Flickr!
&lt;br /&gt;Thanks Johannes!&lt;/p&gt;

&lt;p&gt;However, there seem to be a problem if the image doesn't have multiple resolutions (where &quot;all Sizes&quot; option missing). Then your script isn't working.&lt;/p&gt;

&lt;p&gt;Check for example this link.
&lt;br /&gt;&lt;a href=&quot;http://www.flickr.com/photos/matt-d/&quot;&gt;http://www.flickr.com/photos/matt-d/&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;If there a way to fix it?
&lt;br /&gt;Like check if there is no &quot;_o.jpg&quot; image exists, then just remove &quot;_s&quot; or &quot;_m&quot; from original image url, like:
&lt;br /&gt;&lt;a href=&quot;http://farm3.static.flickr.com/2328/2189742783_a93b8ea597_m.jpg&quot;&gt;http://farm3.static.flickr.com/2328/2189742783_...&lt;/a&gt;
&lt;br /&gt;&lt;a href=&quot;http://farm3.static.flickr.com/2328/2189742783_a93b8ea597.jpg&quot;&gt;http://farm3.static.flickr.com/2328/2189742783_...&lt;/a&gt;
&lt;br /&gt;And then create the link to original image?&lt;/p&gt;</description>
      <pubDate>Sun, 13 Jan 2008 19:27:18 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27357</guid>
      <author>neojam</author>
      <link>http://userscripts.org/posts/27357</link>
    </item>
    <item>
      <title>Archived Comments, replied by mll</title>
      <description>&lt;p&gt;My previous comment is incorrect: it actually works for me, but not in groups.&lt;/p&gt;</description>
      <pubDate>Fri, 30 Nov 2007 09:22:54 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27358</guid>
      <author>mll</author>
      <link>http://userscripts.org/posts/27358</link>
    </item>
    <item>
      <title>Archived Comments, replied by mll</title>
      <description>&lt;p&gt;It's not just you. I can't have it working either... :(&lt;/p&gt;</description>
      <pubDate>Fri, 30 Nov 2007 09:17:49 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27359</guid>
      <author>mll</author>
      <link>http://userscripts.org/posts/27359</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mindtrapper</title>
      <description>&lt;p&gt;Did this stop working or is it just me?&lt;/p&gt;</description>
      <pubDate>Fri, 28 Sep 2007 17:03:53 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27360</guid>
      <author>Mindtrapper</author>
      <link>http://userscripts.org/posts/27360</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mindtrapper</title>
      <description>&lt;p&gt;Is there a way to get the &quot;Orig&quot; to appear on images from Flickr that are in a Google Reader window? &lt;/p&gt;

&lt;p&gt;Or is opening the original link (a blog for instance) the only way?&lt;/p&gt;</description>
      <pubDate>Sat, 22 Sep 2007 10:26:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27361</guid>
      <author>Mindtrapper</author>
      <link>http://userscripts.org/posts/27361</link>
    </item>
    <item>
      <title>Archived Comments, replied by Tarkus</title>
      <description>&lt;p&gt;I installed several scripts looking for some easy way to get to the original images (if available), and this was by far the best one.  The others have all been discarded.  Thanks!&lt;/p&gt;</description>
      <pubDate>Thu, 20 Sep 2007 18:23:36 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27362</guid>
      <author>Tarkus</author>
      <link>http://userscripts.org/posts/27362</link>
    </item>
    <item>
      <title>Archived Comments, replied by Mindtrapper</title>
      <description>&lt;p&gt;@The Sarge: It would be neat if it could work with flickrleech because i prefer it as a layout but it works with &lt;a href=&quot;http://fiveprime.org/flickr_hvmnd.cgi&quot;&gt;http://fiveprime.org/flickr_hvmnd.cgi&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Does the same job.&lt;/p&gt;</description>
      <pubDate>Sun, 16 Sep 2007 15:27:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27363</guid>
      <author>Mindtrapper</author>
      <link>http://userscripts.org/posts/27363</link>
    </item>
    <item>
      <title>Archived Comments, replied by The Sarge</title>
      <description>&lt;p&gt;Doesn't seem to work with Flickr Leech&lt;/p&gt;

&lt;p&gt;&lt;a href=&quot;http://www.flickrleech.net&quot;&gt;http://www.flickrleech.net&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Any ideas?&lt;/p&gt;</description>
      <pubDate>Tue, 24 Jul 2007 12:52:48 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27364</guid>
      <author>The Sarge</author>
      <link>http://userscripts.org/posts/27364</link>
    </item>
    <item>
      <title>Archived Comments, replied by Johnny Z</title>
      <description>&lt;p&gt;Hi, great script!
&lt;br /&gt;Is there a way i can change the grey icon to another icon?&lt;/p&gt;</description>
      <pubDate>Wed, 30 May 2007 10:39:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:11233:27365</guid>
      <author>Johnny Z</author>
      <link>http://userscripts.org/posts/27365</link>
    </item>
  </channel>
</rss>
