通过此html代码:
<iframe src="https://www.youtube.com/embed/M7lc1UVf-VE"></iframe>
和此Javascript代码:
while (document.getElementsByClassName('ytp-chrome-top')[0]) {
document.getElementsByClassName('ytp-chrome-top')[0].remove();
}
为什么此代码不起作用? 为什么不能从youtube嵌入视频中删除标题/元素?