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

  Ferdi.loop(getMessages);
};