Skip to content

Instantly share code, notes, and snippets.

@L-four
Created April 7, 2018 07:33
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 L-four/b2ce2cbcd4b19390ce642b92c9813ebb to your computer and use it in GitHub Desktop.
Save L-four/b2ce2cbcd4b19390ce642b92c9813ebb to your computer and use it in GitHub Desktop.
http://sync-video.com chat play list
document.querySelector('#chat-area').addEventListener('DOMNodeInserted', function() {
document.querySelector('#playlistAddInput').value = document.querySelector('#chat-area li .msg').textContent;
addToPlaylist();
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment