Skip to content

Instantly share code, notes, and snippets.

@blackhalt
Created November 23, 2019 17:14
Show Gist options
  • Save blackhalt/e4da13016c572701ae7e89aed0d66fa1 to your computer and use it in GitHub Desktop.
Save blackhalt/e4da13016c572701ae7e89aed0d66fa1 to your computer and use it in GitHub Desktop.
javascript:function sleep(milliseconds){var start = new Date().getTime();for (var i = 0; i < 1e7; i++) {if ((new Date().getTime() - start) > milliseconds){break;}}};e=document.querySelectorAll('input[alt="Follow"]');for(i=0;i<21;i++){e[i].click();sleep(1000);}void(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment