aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/xing/webview.js
blob: 28d9265392f0ad6e33b5e32570d24194eff0f532 (plain) (blame)
1
2
3
4
5
6
7
module.exports = Ferdium => {
  function getUnreadConversations() {
    Ferdium.setBadge(document.querySelector('#unread-conversations').textContent);
  }

  Ferdium.loop(getUnreadConversations);
};