Anonymous ID: 1d3145 April 19, 2019, 5:31 p.m. No.6246193   🗄️.is 🔗kun   >>6236

chatty variable is missing; (not an issue)

 

There seems to be some issue with the mp4 or png. size limitation perhaps? replacing with the originals functions fine.

Anonymous ID: 1d3145 April 19, 2019, 6:02 p.m. No.6246556   🗄️.is 🔗kun   >>6705

If its wav, then you have some limitations within firefox's encoding support.

 

https://support.mozilla.org/en-US/questions/1228379

 

This wav of a dog barking is working fine.

https://pastebin.com/Fv2fYZi9

 

Converted using this:

https://www.base64encode.org/

Anonymous ID: 1d3145 April 19, 2019, 6:17 p.m. No.6246732   🗄️.is 🔗kun

>>6246705

trigger in bold.

 

if(window.t != t) {

if (window.announce) clearTimeout(window.announce);

var snd = new Audio(frog);

snd.play();

 

window.announce = setTimeout(function() {

var z = t;

var synth = window.speechSynthesis;

 

var n = document.getElementsByClassName('subject')[0];

if(! n) {

window.t = z;