Created
July 14, 2022 07:55
-
-
Save GitHub30/35151444c9420b7f3d69e34bca9496b4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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