Skip to content

Instantly share code, notes, and snippets.

@culy247
Created December 27, 2024 02:11
Show Gist options
  • Save culy247/9175a3dafabe373ec7808f9743302137 to your computer and use it in GitHub Desktop.
Save culy247/9175a3dafabe373ec7808f9743302137 to your computer and use it in GitHub Desktop.
Telegram xedex battle auto click on web
var clickers = document.getElementsByClassName('Tap_lightsContainer__Ojfvm')
clicker = clickers[0] || undefined
setInterval( function(){
if(clicker) { clicker.click(); }
}, 10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment