You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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>
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
The text was updated successfully, but these errors were encountered: