Skip to content

Instantly share code, notes, and snippets.

@GitHub30
Created July 14, 2022 07:55
Show Gist options
  • Save GitHub30/35151444c9420b7f3d69e34bca9496b4 to your computer and use it in GitHub Desktop.
Save GitHub30/35151444c9420b7f3d69e34bca9496b4 to your computer and use it in GitHub Desktop.
setInterval(async () => {
if (await fetch('https://www.pref.osaka.lg.jp/iryo/osakakansensho/happyo.html').then(r=>r.text()).then(html=>html.includes('0714'))) new Notification("こんにちは!")
}, 10000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment