Skip to content

Instantly share code, notes, and snippets.

@jakerullman
Created January 17, 2017 19:31
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jakerullman/cd86c531f7039eb0af0b90d6cdd4752f to your computer and use it in GitHub Desktop.
Save jakerullman/cd86c531f7039eb0af0b90d6cdd4752f to your computer and use it in GitHub Desktop.
bookmarklet to activate safari picture-in-picture mode
javascript:document.querySelector("video").webkitSetPresentationMode("picture-in-picture");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment