Skip to content

Instantly share code, notes, and snippets.

@jasdeepkhalsa
Created April 7, 2021 20:45
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jasdeepkhalsa/3276d8b71eda26d12216b59db6067103 to your computer and use it in GitHub Desktop.
Save jasdeepkhalsa/3276d8b71eda26d12216b59db6067103 to your computer and use it in GitHub Desktop.
Video Picture-In-Picture Bookmarklet
javascript:let video=document.getElementsByTagName('video')[0];video.removeAttribute('disablePictureInPicture');video.requestPictureInPicture()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment