Created
September 28, 2018 01:35
-
-
Save myungseokang/c164f0829658233e492bbbd6520d0442 to your computer and use it in GitHub Desktop.
Picture in Picture
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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