Skip to content

Instantly share code, notes, and snippets.

@timelf123
Forked from underdown/twitter-auto-unfollow.js
Created December 10, 2015 01:18
Show Gist options
  • Select an option

  • Save timelf123/6372deab2f5177843941 to your computer and use it in GitHub Desktop.

Select an option

Save timelf123/6372deab2f5177843941 to your computer and use it in GitHub Desktop.
twitter auto unfollow
/*
Just nacigate to twitter.com/following (while logged in), hit f12 (on chrome) and paste this snippet into the console tab
originally found here: http://www.easytins.com/2014/01/how-to-unfollow-many-twitter-users.html
*/
setInterval(function(){t=
$(".following button:eq
(0)");if(!t
[0])window.scrollTo(0,
$(document).height
());else t.trigger
("click")},100)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment