aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/hostnet/webview.js
blob: 71d330636e8eba6dc1286d6e4bacdf94c3741b8c (plain) (blame)
1
2
3
4
5
6
7
module.exports = Ferdi => {
  const getMessages = () => {
    Ferdi.setBadge(Number.parseInt(document.querySelectorAll('.badge.topbar-launcherbadge')[0].firstChild.data));
  };

  Ferdi.loop(getMessages);
};