playsinline?
This commit is contained in:
@@ -155,6 +155,7 @@ function copyText() {
|
|||||||
tag.src = "https://www.youtube.com/iframe_api";
|
tag.src = "https://www.youtube.com/iframe_api";
|
||||||
tag.removeAttribute('allowfullscreen');
|
tag.removeAttribute('allowfullscreen');
|
||||||
tag.setAttribute('donotallowfullscreen','')
|
tag.setAttribute('donotallowfullscreen','')
|
||||||
|
tag.setAttribute('playsinline','1')
|
||||||
var firstScriptTag = document.getElementsByTagName('script')[0];
|
var firstScriptTag = document.getElementsByTagName('script')[0];
|
||||||
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
|
firstScriptTag.parentNode.insertBefore(tag, firstScriptTag);
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user