Skip to content

Instantly share code, notes, and snippets.

@JeanMeche
Created September 29, 2020 22:50
Show Gist options
  • Save JeanMeche/962e733b6f11587dd82494c609547cc3 to your computer and use it in GitHub Desktop.
Save JeanMeche/962e733b6f11587dd82494c609547cc3 to your computer and use it in GitHub Desktop.
Picture In Picture (PiP) bookmarklet
javascript:(function(){document.getElementsByTagName('video')[0].requestPictureInPicture()})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment