<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0">
  <channel>
    <title>Discussion on Google Reader Preview Enhanced (patched by bryantsai) | Userscripts.org</title>
    <link>http://userscripts.org/scripts/show/12352</link>
    <description>Recent comments on userscript: Google Reader Preview Enhanced (patched by bryantsai)</description>
    <language>en-us</language>
    <ttl>60</ttl>
    <item>
      <title>Ctrl click does not work in OS X, replied by Daniel Brewer</title>
      <description>&lt;p&gt;When you press ctrl click this activates the right mouse button in OS X rather than opening the feed item in a new tab.  To fix this I changed:&lt;/p&gt;

&lt;p&gt;link.addEventListener('click', function(e) { if (!e.ctrlKey) { previewMouseClick(e); }  }, false);&lt;/p&gt;

&lt;p&gt;to&lt;/p&gt;

&lt;p&gt;link.addEventListener('click', function(e) { if (!e.metaKey) { previewMouseClick(e); }  }, false);&lt;/p&gt;

&lt;p&gt;Maybe this could be changed conditionally in the script?&lt;/p&gt;</description>
      <pubDate>Wed, 15 Jul 2009 14:14:03 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:30835:146493</guid>
      <author>Daniel Brewer</author>
      <link>http://userscripts.org/posts/146493</link>
    </item>
    <item>
      <title>print page suggestion, replied by ekbworldwide</title>
      <description>&lt;p&gt;I just subscribed to feeds at sciam.com&lt;/p&gt;

&lt;p&gt;Scientific American: Science News RSS Feed
&lt;br /&gt;&lt;a href=&quot;http://www.sciam.com/page.cfm?section=rss&quot;&gt;http://www.sciam.com/page.cfm?section=rss&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Preview doesn't work.&lt;/p&gt;

&lt;p&gt;An example the &quot;Global&quot; feed&lt;/p&gt;

&lt;p&gt;Scientific American - Global
&lt;br /&gt;&lt;a href=&quot;http://rss.sciam.com/ScientificAmerican-Global&quot;&gt;http://rss.sciam.com/ScientificAmerican-Global&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;An item in the fedd&lt;/p&gt;

&lt;p&gt;&lt;pre&gt;Artificial uterus could save grey nurse shark from extinction
http://rss.sciam.com/ScientificAmerican-Global

Wednesday, February 18, 2009 5:28 PM

Plenty of species have been observed eating their own young. Still other species see their young competing for resources, so only the strongest survive. But the grey nurse shark (Carcharias taurus) takes it a step further: its young have a tendency to eat each other, in utero. 
[More]
http://www.sciam.com/blog/60-second-science/post.cfm?id=artificial-uterus-could-save-grey-n-2009-02-18&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;The site feed could be need hacked so that the &quot;[More]&quot; link becomes the item feed link. If you provided a handful of hacks - to large sites - then people could use that code as a template for fixing minor sites with Preview problems.&lt;/p&gt;</description>
      <pubDate>Thu, 19 Feb 2009 04:40:40 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21890:96926</guid>
      <author>ekbworldwide</author>
      <link>http://userscripts.org/posts/96926</link>
    </item>
    <item>
      <title>print page suggestion, replied by ekbworldwide</title>
      <description>&lt;p&gt;&lt;pre&gt;Example at The Washington Post

Three kinds of links for a feed items.

article: GM, Chrysler Seek Billions More in Aid

#1 - feed item link inside greader - the same as from The Washington Post
http://feeds.washingtonpost.com/~r/wp-dyn/rss/linkset/2005/03/24/LI2005032400102_xml/~3/306Xu3G_AVE/AR2009021703101.html

#2 - web page
http://www.washingtonpost.com/wp-dyn/content/article/2009/02/17/AR2009021702510.html

#3 - print friendly page &quot;_pf&quot; is added before &quot;.html&quot;
http://www.washingtonpost.com/wp-dyn/content/article/2009/02/17/AR2009021702510_pf.html&lt;/pre&gt;&lt;/p&gt;

&lt;p&gt;The Washington Post spreads articles out over many pages so I made a yahoo pipe that uses a regex to rewrite the item links to point to #3 (print friendly pages). Grabbing a feed and making it a live bookmark works. I click on a item link and go directly to #3. But in greader - if your script is enabled or disabled - greader undoes the rewrite and makes item links as they were: #1.&lt;/p&gt;

&lt;p&gt;How about this idea: &quot;somehow&quot; (Don't ask me how.) give an option to force item links to obey a user given regex and also make the original item link the first line of the item description.&lt;/p&gt;

&lt;p&gt;That way:&lt;/p&gt;

&lt;p&gt;= inside greader - #3 could be used for preview&lt;/p&gt;

&lt;p&gt;= clicking on the link goes to #3&lt;/p&gt;

&lt;p&gt;= the original link is still there to go to #2.&lt;/p&gt;</description>
      <pubDate>Wed, 18 Feb 2009 08:34:15 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:21890:96721</guid>
      <author>ekbworldwide</author>
      <link>http://userscripts.org/posts/96721</link>
    </item>
    <item>
      <title>Upgraded to base on Julien's v1.07g, replied by Bryan Tsai</title>
      <description>&lt;p&gt;This should work again as of Jan 2009.&lt;/p&gt;</description>
      <pubDate>Fri, 16 Jan 2009 03:47:31 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:20468:90273</guid>
      <author>Bryan Tsai</author>
      <link>http://userscripts.org/posts/90273</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brendan Kidwell</title>
      <description>&lt;p&gt;I can confirm that it's broken now. It was working a week or two ago. Google must have changed the client-side app code that this script interacts with.&lt;/p&gt;</description>
      <pubDate>Mon, 07 Apr 2008 15:16:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9968:19473</guid>
      <author>Brendan Kidwell</author>
      <link>http://userscripts.org/posts/19473</link>
    </item>
    <item>
      <title>Archived Comments, replied by Jakkers</title>
      <description>&lt;p&gt;This script seems to be exactly what I'm looking for, but I cant get it to work properly. The preview button is there, but nothing happens when I click it. Ordinary Google Reader Preview works (the non-enhanced version), but neither this or the enhanced one does... any suggestions?&lt;/p&gt;</description>
      <pubDate>Fri, 04 Apr 2008 03:55:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9968:19474</guid>
      <author>Jakkers</author>
      <link>http://userscripts.org/posts/19474</link>
    </item>
    <item>
      <title>Archived Comments, replied by NullPointer</title>
      <description>&lt;p&gt;It's very useful. thanks:)&lt;/p&gt;</description>
      <pubDate>Sun, 25 Nov 2007 18:52:27 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9968:19475</guid>
      <author>NullPointer</author>
      <link>http://userscripts.org/posts/19475</link>
    </item>
    <item>
      <title>Archived Comments, replied by Brendan Kidwell</title>
      <description>&lt;p&gt;Thanks! This works great for high traffic feeds with empty summaries like Craigslist.org.&lt;/p&gt;</description>
      <pubDate>Mon, 19 Nov 2007 23:04:10 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9968:19476</guid>
      <author>Brendan Kidwell</author>
      <link>http://userscripts.org/posts/19476</link>
    </item>
    <item>
      <title>Archived Comments, replied by Bryan Tsai</title>
      <description>&lt;p&gt;I didn't like the lost of the ability to click on the entry title to open the actual site content (either in a new tab background-ly or just go to the site). So I added small change, hold Ctrl key while clicking the title would do that. The original preview behavior (when clicking normally on title) is still there.&lt;/p&gt;

&lt;p&gt;BTW, I've modified the name of this script to be more obvious to new users. So if you have installed it before, uninstall the previous one (named GPE-bryantsai) first and then re-install it.&lt;/p&gt;</description>
      <pubDate>Sat, 22 Sep 2007 02:41:29 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9968:19477</guid>
      <author>Bryan Tsai</author>
      <link>http://userscripts.org/posts/19477</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:05:57 +0000</pubDate>
      <guid isPermaLink="false">userscripts.org:9968:19472</guid>
      <author>Jesse Andrews</author>
      <link>http://userscripts.org/posts/19472</link>
    </item>
  </channel>
</rss>
