Maximize Video(improve)

Maximize all video players.Support Piture-in-picture.

< 腳本Maximize Video(improve)的回應

評論:正評 - 腳本一切正常

§
發表於: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

發表回覆

登入以回復