chibop commited on
Commit
121c756
·
verified ·
1 Parent(s): da44018

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. play.js +1 -0
play.js CHANGED
@@ -16,6 +16,7 @@ function () {
16
  }
17
 
18
  waitForElementToAppear("#player button.play-pause-button", (button) => {
 
19
  button.click();
20
  });
21
 
 
16
  }
17
 
18
  waitForElementToAppear("#player button.play-pause-button", (button) => {
19
+ alert("Play!");
20
  button.click();
21
  });
22