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

  Ferdi.loop(getMessages)
}