Created
October 24, 2019 13:11
-
-
Save moroya/53cefed19c51cb37c78a622becf20698 to your computer and use it in GitHub Desktop.
MacのSafariでPrime Videoを再生しながらコンソールにコピペするとピクチャーインピクチャーで再生してくれるコード
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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