Google Reader - wide view

By Masayuki Ataka Last update Jul 11, 2006 — Installed 2,638 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 3 posts, 3 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
David Lima C... Scriptwright

Hi, thank you for this script, is exactly what I've been looking for!

However, if any part of Google Reader layout changes, your script have to be adapted, and in the meantime it throws a JS error when it doesn't found the ID of any element in the array, breaking the loop and leaving a messy UI.

So, I changed line 30 of your script to look like these:

    if(e=document.getElementById(ids[i])) e.style.display = is_visible?"none":"block";

..to first check if the element is there and in case it isn't, just continue with what's left to hide.

I also recommend to add "gbar", at the end of line 17 to hide the Google's services bar, and "chrome-footer-container", at the end of line 19 to hide the previous and next item links, these are basically useless if you use keyboard shortcuts to navigate through entries.

Hope it helps! David from Argentina.

 
Masayuki Ataka Script's Author

(Update|2006-07-25) Include https://www.google.com/reader/.
Hide also `Change to private...' below Starred items, and `You're already subscribed' in Subscriptions.

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