Created
January 8, 2016 09:41
-
-
Save NameFILIP/12e87b6031ff68e75d08 to your computer and use it in GitHub Desktop.
NETF_IX
This file contains 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('.player-video-wrapper').addEventListener('click', function() { | |
document.querySelector('.player-play-pause').dispatchEvent(new MouseEvent('click')); | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment