Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- (function() {
- var playButton = document.querySelector('button.ytp-play-button'); // YouTube's play button selector
- if (playButton) {
- playButton.click();
- return 'YouTube play button clicked';
- }
- return 'YouTube play button not found';
- })();
Advertisement
Add Comment
Please, Sign In to add comment