mirror of
https://github.com/SoPat712/videospeed.git
synced 2025-08-21 18:08:46 -04:00
initial commit for apple tv plus bugfix.
This commit is contained in:
@@ -444,6 +444,11 @@
|
|||||||
try { var childDocument = frame.contentDocument } catch (e) { return }
|
try { var childDocument = frame.contentDocument } catch (e) { return }
|
||||||
initializeWhenReady(childDocument);
|
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) {
|
function runAction(action, document, value, e) {
|
||||||
|
Reference in New Issue
Block a user