dimanche 28 juillet 2019

How to pause audio which not in dom by injecting javascript?

I want to know how to pause the audio in this website on mobile.

I get empty array with document.querySelectorAll('audio') and also

document.querySelectorAll('iframe').forEach(iframe => {
  doc=iframe.contentDocument;
  if(doc!=null) doc.querySelectorAll('audio')
}




Aucun commentaire:

Enregistrer un commentaire