Skip to content

Instantly share code, notes, and snippets.

@nishantrpai
Created January 22, 2024 07:48
Show Gist options
  • Save nishantrpai/439206317c63d1be1243da8e48d90296 to your computer and use it in GitHub Desktop.
Save nishantrpai/439206317c63d1be1243da8e48d90296 to your computer and use it in GitHub Desktop.
Give infinite time to opponent

The opponent gives you time to act strong, you give him infinite time.

setInterval(() => { document.querySelector('.moretime').click() }, 500)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment