gpt4 book ai didi

javascript - 使用Javascript在Youtube上切换电影模式

转载 作者:行者123 更新时间:2023-12-03 06:11:06 24 4
gpt4 key购买 nike

我正在尝试使用Youtube Player API在Youtube上启用电影模式。我可以做一些事情,例如播放视频和更改音量:

myPlayer = document.getElementById('movie_player')
myPlayer.playVideo()
myPlayer.setVolume(80)

(我在 Firefox console中输入了这些行)

但是我找不到启用 电影模式的功能:
Cinema mode

有人有主意吗?

编辑:

我还用 Firefox Storage Inspector查看了 本地存储 session 存储,但是切换 电影模式时我看不到任何变化。

编辑2:

我在检查器中找到了与按钮对应的代码:

Cinema mode in the Inspector

有没有一种触发点击事件的方法?

最佳答案

“电影模式”是一个特定选项,并且不随api提供。

这是合乎逻辑的,因为显示是相对于每个项目的,并且不可能在任何地方都将其扩展。

关于javascript - 使用Javascript在Youtube上切换电影模式,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/53584026/

24 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com