Skip to content

Instantly share code, notes, and snippets.

@guizmo51
Created April 11, 2016 08:38
Show Gist options
  • Save guizmo51/876d8ce1fd10d3b5692f0008f025594f to your computer and use it in GitHub Desktop.
Save guizmo51/876d8ce1fd10d3b5692f0008f025594f to your computer and use it in GitHub Desktop.
Mass twitter unfollowing script (to execute in the chrome developer console)
setInterval(function(){
$('.following .follow-button').trigger('click');
$('html, body').animate({ scrollTop: $(document).height() }, 50);
}, 3000);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment