ompr

YoutubePlay

Jan 4th, 2025
32
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. (function() {
  2. var playButton = document.querySelector('button.ytp-play-button'); // YouTube's play button selector
  3. if (playButton) {
  4. playButton.click();
  5. return 'YouTube play button clicked';
  6. }
  7. return 'YouTube play button not found';
  8. })();
Advertisement
Add Comment
Please, Sign In to add comment