[Updated] Google Reader Preview Enhanced v1.07g

By Julien Carosi Last update Apr 12, 2008 — Installed 99,302 times. Daily Installs: 29, 37, 30, 46, 41, 32, 42, 43, 45, 31, 36, 39, 36, 40, 33, 36, 26, 26, 40, 22, 34, 42, 133, 101, 69, 46, 30, 62, 45, 51, 45

No longer working with new version of GReader

Subscribe to No longer working with new version of GReader 16 posts, 12 voices

leopolly Scriptwright

It does not work anymore since GReader updated its layout.

 
strawbeard User

It still works with "List View", but no longer with "Expanded View" (where a new tab/window is opened).

 
xx3734 User

Edit the Script:
Line 100:

function catchEntryAdded(e)
{
var el=e.target;
if (el.nodeName=='DIV' && el.className.indexOf('entry')>-1)
{
if (el.className.indexOf('entry-actions')>-1)
{
// Expanding article in list view
addPreviewButton(el);
}
else if (getFirstElementMatchingClassName(el,'tbody','card-tbody'))
{
// Adding article in expanded view
addPreviewButton(getFirstElementMatchingClassName(el,'div','entry-container'));
}
}
}

change to:

function catchEntryAdded(e)
{
var el=e.target;
if (el.nodeName=='DIV' && el.className.indexOf('entry')>-1)
{
if (el.className.indexOf('entry-actions')>-1)
{
// Expanding article in list view
addPreviewButton(el);
}
else if (getFirstElementMatchingClassName(el,'div','card-bottom'))
{
// Adding article in expanded view
addPreviewButton(getFirstElementMatchingClassName(el,'div','entry-actions'));
}
}
}

 
axelnormand User

many thanks for the code update. i love this script.
I didnt work for me unfortunately. It added a preview button next to Edit Tags, but Clicking ">>" doesnt open up the link in an iframe still.

 
axelnormand User

hmm ignore me, its just worked, ace!
many thanks

 
leopolly Scriptwright

thanks a lot, xx3734!

 
strawbeard User

xx3734: works for me, too - thanks.

 
hans212 User

thx!! lets hope the main developer will add it too

 
blah User

Anyone else having a problem where Firefox is telling them that they have to turn off the pop-up blocker whenever they try to bring up a preview?

 
Henrique Abreu User

@blah no

 
blah User

The preview script works fine for me initially but after some time, all of a sudden Firefox starts telling me that I need to shut off my pop-up blocker option for any Google sites. The funny thing is that I already did this a while back. Any help on this would be appreciated since I love this userscript.

 
!337 User

got it working with the help from @xx3734's patch.

 
hc User

Hi,
I can't seem to get this to work.
Where can I find the button to share in facebook? I can see the preview button, but it does not do anything when I press it. Just turns orange.

 
Cary Black User

Is there a hotkey to use the "preview" button?

 
DFWDraco76 User

awesome, thanks! This is the functionality that prompted me to install Greasemonkey tonight -- I've been missing this from the Better GReader extension for ages... Now if I can just get it to automatically show the preview so I don't have to keep clicking that little button every time... :)

 
Chris4 Scriptwright
FirefoxWindows

thanks for fix!

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel