initial commit for apple tv plus bugfix.

This commit is contained in:
Jonathan Dawson
2019-11-09 11:34:08 -06:00
parent ec9f3f6d20
commit 71c11ddeb8

View File

@@ -444,6 +444,11 @@
try { var childDocument = frame.contentDocument } catch (e) { return }
initializeWhenReady(childDocument);
});
//look for video in shadowRoot
if (document.querySelector('apple-tv-plus-player')) {
console.log('Congratulations. There is the apple-tv-plus-player.')
}
}
function runAction(action, document, value, e) {