Skip to content

Instantly share code, notes, and snippets.

@klzns
Last active November 20, 2022 16:06
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 klzns/f1a597cf14156b3666cdc986081c972f to your computer and use it in GitHub Desktop.
Save klzns/f1a597cf14156b3666cdc986081c972f to your computer and use it in GitHub Desktop.
Adicione nos favoritos para abrir o vídeo como Picture in Picture

Adicione um novo favoritos e coloque o script no campo URL:

javascript: (() => document.querySelector('video:not([title="Advertisement"])').requestPictureInPicture())();

Agora, é so abrir o site da transmissão e clicar no link dos favoritos. Você vai conseguir assistir os jogos assim:

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment