Two days ago I posted about a Greasymonkey script Googler Mihai Parparita created that adds Reader to Gmail. The script, which sets Reader’s view mode to “List View” by default, is not the one I prefer the most, and I would like to have the “Expanded View“, so I look through the code to see if I can do change it. [ticktack...] Ahh, here it is, on line 66.

line 66

All you have to do is go to Tools->Manage User Scripts->Gmail + Google Reader, click on “Edit“, search for “view=list“(without quotes), delete it, and save. (Only if you are on Firefox and have both Greasymonkey and the script installed.)

UPDATE: I think Google changed something, the modified script is not working as expected.