hocam bence hiç onlarla uğraşmayın ; twitter takip ettikleriniz kısmına girin ; chrome mozilla gibi tarayıcılardan console'e girin şu kodu yapıştırıp entere basın takip etmeyenlerden çıkcaksınız

setInterval(function() {
$(".FollowStatus").each(function(){
$(this).parents(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").remove();
});
$("div:not(.not-following) > .user-actions-follow-button").click();
}, 20000);
setInterval(function() {
$(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").remove();
}, 30000);
setInterval(function() {
window.scrollTo(0,document.body.scrollBottom);
},5000);
setInterval(function() {
window.scrollTo(0,document.body.scrollHeight);
},1000);