How to catch GMail auto-refresh

Posted by nameanyone on Stack Overflow See other posts from Stack Overflow or by nameanyone
Published on 2010-03-14T01:03:52Z Indexed on 2010/03/14 1:05 UTC
Read the original article Hit count: 316

Filed under:
|
|
|
|

I wrote a userscript to highlight the current row in GMail (indicated by the arrow). Unfortunately the highlight will only stay until GMail Inbox is auto-refreshed, which happens quite often. Is there a way to catch that event so I could reapply the highlighting? I don't want to do it on timeout. There is another userscript that does that and it loads up CPU.

© Stack Overflow or respective owner

Related posts about gmail

Related posts about JavaScript