视频网页全屏(改)

让所有视频网页全屏,开启画中画功能

< 脚本视频网页全屏(改)的反馈

评价:好评 - 脚本运行良好

§
发表于:2024-11-13

I want to set the button to the left, pls tell me waht to change in the code.

§
发表于:2024-11-13

This works for me

const playerRect = tool.getRect(gv.player)
gv.controlBtn.style.opacity = "0.5"
gv.controlBtn.innerHTML = hasTrustedTypes ? escapeHTMLPolicy.createHTML(gv.btnText.max) : gv.btnText.max
gv.controlBtn.style.top = playerRect.screenY - 20 + "px"
// 网页全屏按钮位置,Maximize button
gv.controlBtn.style.left = playerRect.screenX + "px"
gv.picinpicBtn.style.opacity = "0.5"
gv.picinpicBtn.innerHTML = hasTrustedTypes ? escapeHTMLPolicy.createHTML(gv.btnText.pip) : gv.btnText.pip
gv.picinpicBtn.style.top = gv.controlBtn.style.top
// 画中画按钮位置,PicInPic button
gv.picinpicBtn.style.left = playerRect.screenX - 65 + "px"

Ryoma Han作者
§
发表于:2024-11-15

yeap, you got it

§
发表于:2024-11-18

It just a copy from another user on original script

发表回复

登录以发表回复。