ompr

SketchfabPlay

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