Skip to content

Instantly share code, notes, and snippets.

@moroya
Created October 24, 2019 13:11
Show Gist options
  • Save moroya/53cefed19c51cb37c78a622becf20698 to your computer and use it in GitHub Desktop.
Save moroya/53cefed19c51cb37c78a622becf20698 to your computer and use it in GitHub Desktop.
MacのSafariでPrime Videoを再生しながらコンソールにコピペするとピクチャーインピクチャーで再生してくれるコード
Array.from(document.getElementsByTagName("video")).find(el => /^blob/.test(el.src)).webkitSetPresentationMode("picture-in-picture");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment