Thursday, December 10, 2009

Google Wave inside Thunderbird 3.0 [Hack]

Not much time gone when officially Thunderbird was launched. Thunderbird 3.0 content tabs features enables to view google waves right in Mozilla Email Client. This is a little code hack. Run Thunderbird 3.0 and go to "Tools" > "Error Console". In "Code" paste following code and hit "Evaluate"

Components.classes['@mozilla.org/appshell/window-mediator;1'].getService(Components.interfaces.nsIWindowMediator).getMostRecentWindow("mail:3pane").document.getElementById("tabmail").openTab("contentTab", {contentPage: "https://wave.google.com/wave/?nouacheck"});

This will open a Google Wave in New Thunderbird tab.

No comments:

Post a Comment