Skip to content

Instantly share code, notes, and snippets.

@zats
Created June 23, 2025 11:49
Show Gist options
  • Save zats/086124e9128f2933428ea91260c5a705 to your computer and use it in GitHub Desktop.
Save zats/086124e9128f2933428ea91260c5a705 to your computer and use it in GitHub Desktop.
Pop first video to PiP safari bookmarklet
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