Wednesday, December 16, 2009

Run Twitter inside Thunderbird 3.0 [Hack]

Many of you might be using Thunderbird 3.0 alot after after its debut release, There are bunch of new features to play with. Theres a little hack which we want to share with you guys. Since there is no option to access Twitter inside Thunderbird, but some extra amount of code will work.

Go to Tools > Error Console and Past 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://twitter.com"});

No comments:

Post a Comment