Opera support?
![]() ![]() |
Hi, Can you also support Opera browser? Thanks |
![]() ![]() |
Hi, seconded! Thanks in advance. |
![]() ![]() |
Hi,
window.addEventListener('load', function() {
if (window.gmonkey) { // Version 2 Method, using Google's API
window.gmonkey.load('1.0', function(gmail) {
initialize(gmail);
});
}
}, true);
and changing this.getInboxSpan_ and this.poll_ functions to: this.getInboxSpan_ = function() {
return (typeof gmail != 'undefined') ? gmail.getNavPaneElement().getElementsByTagName('a')[0] : 0;
}
this.poll_ = function() {
if (self.getInboxSpan_() != 0) {
self.checkCount_(self.getInboxSpan_().textContent);
}
}
Although after some time (don't know exactly - approx. 30-60 minutes) it stops working (probably leaving no js error trace) and Gmail needs reload in order to work again. |

