Google Reader Bottom Link

By jordidg Last update Feb 23, 2009 — Installed 1,176 times.

Updated design of Google Reader

in
Subscribe to Updated design of Google Reader 2 posts, 2 voices



Eugene Schava Scriptwright

Today Google Reader has updated design so script is not working more

I'm using "Expanded mode" so script should be updated with next changes:
} else if (event.target.firstChild && event.target.firstChild.className=="card"){
// Expanded mode
var linkbar=event.target.firstChild.firstChild.childNodes[2].childNodes[1].firstChild;
should be changed to:
} else if (event.target.firstChild && event.target.firstChild.className=="card card-common"){
// Expanded mode
var linkbar=event.target.firstChild.childNodes[1].firstChild;

 
jordidg Script's Author

Thanks Eugene, I've updated the script
I've expanded your solution, since it only worked in firefox, and not in opera

Edit: OK, so far for quality insurance, my fix didn't really do it's job.
The new version should do the trick.

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