Gmail + Google Reader Integration

Released v3.4 of the Gmail+Reader Greasemonkey script today. Fixed some breakage caused by the latest Greasemonkey update as well as problems caused by the Firefox 3 beta 2 now throwing WRONG_DOCUMENT_ERR (NS_ERROR_DOM_WRONG_DOCUMENT_ERR) if you if you try to add a node created from an external document. Gmail uses iframes so there are multiple documents that you must deal with when manipulating the DOM.

There are two possible solutions, importNode and adoptNode. Since adoptNode is new with Gecko 1.9 it's not available for Firefox 2.0 users so I used importNode.

I also moved the feed list navbox on the left above the chat and labels navboxes to reduce the amount of scrolling needed when on a lower resolution display like my laptop.

You can install the latest version of the script from Userscripts.org