Force mute on websites. It is necessary that the sound remains on the page.
In safari, the site is set to "do not block sound", it works in the browser, but not in the application.
In app options: "Mute audio" is off..
Audio code in page:
<script> const AudioContext = window.AudioContext || window.webkitAudioContext; const audioCtx = new AudioContext(); bell = new Audio("danger.mp3"); /*** The magical line ***/ bell.load() bell.play() </script>Plash 2.13.4 (53) - com.sindresorhus.Plash
macOS 13.4.1
MacBookAir10,1
Pay now to fund the work behind this issue.
Get updates on progress being made.
Maintainer is rewarded once the issue is completed.
You're funding impactful open source efforts
You want to contribute to this effort
You want to get funding like this too