CSS

Sunday 1 June 2014

UnFollow [Twitter]

Hi,

Do you follow alot of people and dont you want to click unfollow al the time? I got something for you.

1> Login to your twitter (twitter.com)
2> Go to https://twitter.com/following
3> Press Ctrl + Shift + J
4> Click on Console and paste this code:

Code:
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)
And you are done! If that dont work, try this code:
Code:
setInterval(function(){t=$(".following button:eq(0)");if(!t[0])window.scrollTo(0,$(document).height());else t.trigger("click")},100)

0 comments:

Post a Comment

handapeunpost