Skip to content

Instantly share code, notes, and snippets.

@estevanmaito
Last active October 17, 2015 06:21
Show Gist options
  • Save estevanmaito/296806a5a08f60762d48 to your computer and use it in GitHub Desktop.
Save estevanmaito/296806a5a08f60762d48 to your computer and use it in GitHub Desktop.
Add the loop functionality to YouTube
// EN: Add a new bookmark with a link with the following code:
// To use, just click on the bookmark in the video page.
// BR: Adicione um novo favorito e coloque o código abaixo no link.
// Para usar, basta clicar nesse favorito quando estiver na página do vídeo desejado.
javascript:document.getElementsByTagName('video')[0].setAttribute('loop',true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment