Skip to content

Instantly share code, notes, and snippets.

@MoatazAbdAlmageed
Created July 14, 2022 12:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save MoatazAbdAlmageed/0324ce21ea55cc33492f66a88d95bb4c to your computer and use it in GitHub Desktop.
Save MoatazAbdAlmageed/0324ce21ea55cc33492f66a88d95bb4c to your computer and use it in GitHub Desktop.
const myTimeout = setInterval(myGreeting, 5000);
function myGreeting() {
document.getElementsByClassName('sui-icon-play')[0].click();
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment