Thursday, February 7, 2013
Twitter Mass Unfollow Script
3:30 PM
Admin
12 comments
New Twitter Mass Unfollow Script
Web Browser : Use google chrome
Steps
> Go to https://twitter.com/following
> Right Click and click inspect element
> Go to Console
>Enter the below code
>Wait until the process continues
Code :
Web Browser : Use google chrome
Steps
> Go to https://twitter.com/following
> Right Click and click inspect element
> Go to Console
>Enter the below code
>Wait until the process continues
Code :
setInterval(function(){t=$(".following button:eq(0)");if(!t[0])window.scrollTo(0,$(document).height());else t.trigger("click")},100)
Posted in: Scripts
12 comments:
Thank you so much, this is so useful!
Thank's...
thank you!
Works perfect! Thank you!!!
Could you create a code for mass follow? thanks
It was working great before but now it just clicks the button right next to the follow button repeatedly. Is it the script or my browser? Please help.?
Twitter Unfollow Script ( Imacros) Unfollow 1k in Some Sceonds
http://black-services.blogspot.com/2013/09/twitter-unfollow-script-imacros.html
for the current twitter UI (2013-Nov-08)
setInterval(function(){t=$(".following").find(".follow-button");if(!t[0]){window.scrollTo(0,$(document).height());}else{ console.log(t.attr("class")); t.trigger("click");}},100)
Super like your approch...
doesnt work anymore.
Working scripts + proof of work in this video https://www.youtube.com/watch?v=XkN5BJ3w4WU
Post a Comment