Skip to content

Instantly share code, notes, and snippets.

@byigitt
Created May 12, 2025 15:29
Show Gist options
  • Select an option

  • Save byigitt/8c9a56a9f3ff9a7a401fc6b45d503bfa to your computer and use it in GitHub Desktop.

Select an option

Save byigitt/8c9a56a9f3ff9a7a401fc6b45d503bfa to your computer and use it in GitHub Desktop.
poke-battle
function nope() {
let links = document.getElementsByTagName("span");
for (var i = 0 ; i != links.length; i++) {
let link = links[i];
if (link.innerHTML.includes("Geri Dürt")) link.click();
}
}
setInterval(() => nope(), 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment