Skip to content

Instantly share code, notes, and snippets.

@linnil1
Created July 31, 2021 14:47
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 linnil1/622a50f8bdbef9bbd3f368430f55589b to your computer and use it in GitHub Desktop.
Save linnil1/622a50f8bdbef9bbd3f368430f55589b to your computer and use it in GitHub Desktop.
setInterval(() => {
if (document.querySelector(".tfny-circleGreen")) {
console.log("click");
document.querySelector(".tfny-circleGreen").dispatchEvent(new Event('mousedown'));
}
}, 10);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment