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

  Ferdium.loop(getMessages);
};