arnoappenzeller / PiPifier

PiPifier is a native macOS 10.12 Safari extension that lets you use every HTML5 video in Picture in Picture mode
MIT License
756 stars 60 forks source link

[Feature] toggle PiP instead of just enabling PiP #72

Open erictsangx opened 5 years ago

erictsangx commented 5 years ago

toggle PiP instead of just enabling PiP upgrade to Swift4 as well

    const video = getVideo();
    video.webkitSetPresentationMode(video.webkitPresentationMode === 'picture-in-picture' ? 'inline' : 'picture-in-picture');
MrMegaWatt13 commented 1 year ago

Ok