Created
April 7, 2018 07:33
-
-
Save L-four/b2ce2cbcd4b19390ce642b92c9813ebb to your computer and use it in GitHub Desktop.
http://sync-video.com chat play list
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
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