Gmail + Google Reader Integration
in gmail, google reader, greasemonkey on Saturday, January 26, 2008
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
This entry was posted on Saturday, January 26, 2008 at Saturday, January 26, 2008 and is filed under gmail, google reader, greasemonkey. You can follow any responses to this entry through the RSS 2.0. You can leave a response.
# by Amrendra Singh - February 8, 2008 at 3:46 AM
thanks a lot for this great script. found this greasmonkey script compiler (http://arantius.com/misc/greasemonkey/script-compiler) and compiled ur script as an extension. its working without any problem. just wondering if u'd be interested to post it as a ff extension so that some people not using/familiar with greasemonkey may also enjoy this gr8 utility.
Post a Comment