Skip to content

Instantly share code, notes, and snippets.

@nishantrpai
Last active January 4, 2024 18:11
Show Gist options
  • Save nishantrpai/cabe5474f97731f34c8dfc197f24a312 to your computer and use it in GitHub Desktop.
Save nishantrpai/cabe5474f97731f34c8dfc197f24a312 to your computer and use it in GitHub Desktop.

Show infinite love in the twitter spaces

  1. Join spaces
  2. Go to console

Paste: will run every second, do 5000 for 5s, currently 1s

setInterval(() => {
    document.querySelector('[aria-label="React"]').click();
    document.querySelector('[alt="💜"]').click();
}, 5000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment