aboutsummaryrefslogtreecommitdiffstats
path: root/recipes/producthunt/webview.js
blob: c03de9bc507936f89bdfdd5339ebf0732f00a2e2 (plain) (blame)
1
2
3
4
5
6
7
module.exports = (Ferdi) => {
  const getMessages = () => {
    Ferdi.setBadge(document.querySelector('[class*=header_] [class*=content_] [class*=actions_] [class*=notificationsButton_]').innerText)
  }

  Ferdi.loop(getMessages)
}