Isaac
Lifelong Learner
- Local time
- Today, 07:38
- Joined
- Mar 14, 2017
- Messages
- 11,702
- One-click bookmarklet (simple, no install)
- Make a new browser bookmark and set its URL to this (all on one line):
-
Code:
javascript:(()=>{const ding=()=>new Audio('https://actions.google.com/sounds/v1/alarms/beep_short.ogg').play();const tgt=document.querySelector('main')||document.body;new MutationObserver(m=>{if(m.some(x=>x.addedNodes.length)) ding();}).observe(tgt,{childList:true,subtree:true});alert('Ding enabled for this tab—leave it open.');})();
.......that's what Chat told me, and when I click it I DO see a confirmation that the ding is enabled, but i don't hear any ding when it comes back from a long winded reply. Anyone else get this to work?