有什么方法可以使用javascript或css在firefox中删除图片中的图片?

Roh*_*tel 11 javascript firefox html5-video shadow-dom firefox-developer-tools

<Video>由于某些认证要求,我想禁用我网站标签的画中画功能,但 Firefox 不允许关闭。任何帮助,将不胜感激。

注意:我还添加了disablePictureInPicture属性,但它仍然不适用于 Firefox。

 <video width="400" src="http://commondatastorage.googleapis.com/gtv-videos-bucket/sample/BigBuckBunny.mp4" controls  disablePictureInPicture></video>
Run Code Online (Sandbox Code Playgroud)

Seb*_*ner 5

据我所知,目前(从 Firefox 72 开始)网站作者没有选项可以禁用该按钮。只有用户可以通过 Firefox 设置隐藏它

尽管添加 API 的请求是在几个小时前创建的。