Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
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 Hope it helps! David from Argentina. |
|
|
(Update|2006-07-25) Include https://www.google.com/reader/.
|