Skip to content

Instantly share code, notes, and snippets.

@myungseokang
Created September 28, 2018 01:35
Show Gist options
  • Save myungseokang/c164f0829658233e492bbbd6520d0442 to your computer and use it in GitHub Desktop.
Save myungseokang/c164f0829658233e492bbbd6520d0442 to your computer and use it in GitHub Desktop.
Picture in Picture
javascript:(function()%7Bvar%20video%20%3D%20document.getElementsByTagName('video')%5B0%5D%3Bvideo.play()%3Bvideo.webkitSetPresentationMode(video.webkitPresentationMode%20%3D%3D%3D%20%22picture-in-picture%22%20%3F%20%22inline%22%20%3A%20%22picture-in-picture%22)%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment