twitter otomatik takip etme takip etmeyi bırakma kodu

twitterde bir kesimi takip etmek istiyorsunuz ve ellerinizi yoruluyor mu işte size yeni kod

 

consolu acın ve yapıştır enter yap

ilk kod

var say = 0;
var limit = 1000
var takipyap = setInterval(function() {
 $(".ProfileCard-bio.u-dir:empty").each(function(){
 $(this).parents(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").remove();
 });
 $('div.not-following:not(.protected) > button.js-follow-btn').each(function(){
 $(this).click();
 if(say++ >= limit){
 clearInterval(takipyap);
 window.alert(limit+' kisi basariyla takip edildi.')
 return false;
 }
 $(".message-text > a").each(function(){
 if ($('.alert-messages').css('top') === '46px') {
 clearInterval(takipyap);
 clearInterval(asagi);
 clearInterval(yukari);
 }
 })
 });
}, 1000);
setInterval(function() {
 $(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").remove();
}, 60000);
var asagi = setInterval(function() {
 $(window).scrollTop(0,document.body.scrollBottom);
},10009);
var yukari = setInterval(function() {
 window.scrollTo(0,document.body.scrollHeight);
},1000);

Twitterda toplu unfollow takip bırakma kodu

Bu kod twitter takipçi silme kodu olarak bilinir. twitter takipçi silme işlemi için ve twitter da herkesi takibi bırakma için kullanılmaktadır. twitter’da takip etmeyenleri toplu silme işlemi için diğer kodu kullanmalısınız. twitter takip etmeyenleri takipten çıkarma bu koddan sonraki koddur.

setInterval(function () {
t = $(".following").find(".follow-button");
if (!t[0]) {
window.scrollTo(0, $(document).height());
} else {
console.log(t.attr("class"));
t.trigger("click");
}
}, 1000)

Takip Etmeyenleri Takipten Çıkarma Kodu

twitter toplu unfollow kodu ile twitter toplu unfollow etme işlemi yapılmaktadır.  Twitter toplu unfollow yapma işlemi için yukarıdaki kodu kullanabilirsiniz. twitter toplu takip edilen silme işlemi ile takip etmeyen kişileri ve takipten çıkartanları yani unf yapanları silme işlemi yapılabilir.

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);

 

Twitterda toplu retweet rt silme kodu

setInterval(function() {
	$(".stream-item").each(function(){
		var tweetsahibi = $(this).find(".tweet").attr("data-screen-name");
		var profilsahibi = $(".account-group.js-mini-current-user").attr("data-screen-name");
		if(tweetsahibi == profilsahibi){
			$(this).remove()
		}
	})
	$(".ProfileTweet-actionButtonUndo.js-actionButton.js-actionRetweet").click();
	$(".stream-item").remove();
},2000);
setInterval(function() {
window.scrollTo(0,document.body.scrollHeight);
setTimeout(function() {
    $(window).scrollTop(0,document.body.scrollBottom);
},1000);
},5000);

Toplu tweet silme kodu

var kac_tweet_atla = 1;
setInterval(function() {
	setTimeout(function(){
		$(".Icon.Icon--small.Icon--retweeted").parents(".js-stream-item.stream-item.stream-item").remove()
		$(".stream-item").find(".js-actionDelete > button")[kac_tweet_atla].click();
	},1000)
	setTimeout(function(){
		$(".modal.draggable#delete-tweet-dialog-dialog button.btn.primary-btn.delete-action").click();
	},1000)
},2000)
setInterval(function() {
	window.scrollTo(0,document.body.scrollBottom);
},10000);
setInterval(function() {
	window.scrollTo(0,document.body.scrollHeight);
},1000);

Otomatik toplu favori kodu

favyapiliyor = setInterval(function(){
$(".favorited").parents(".js-stream-item.stream-item.stream-item.expanding-stream-item").remove();
var yeni_tweet = $(".stream-container").find(".new-tweets-bar.js-new-tweets-bar").attr('data-item-count');
var tweet = $('.stream-items.js-navigable-stream >.js-stream-item.stream-item.stream-item.expanding-stream-item').length;
if(tweet > 0){
$(".ProfileTweet-actionButton.js-actionFavorite")[0].click()
setTimeout(function(){
$('.js-stream-item.stream-item.stream-item.expanding-stream-item')[0].remove();
},500);
}
if(tweet < 2 && yeni_tweet > 0){
$(".new-tweets-bar.js-new-tweets-bar").click();
}
if ($('.alert-messages:not(.hidden)').css('top') === '46px') {
	clearInterval(favyapiliyor);
}
},1000);

Toplu favori silme kodu

unfavori = setInterval(function(){
$('.stream-items > .js-stream-item.stream-item.stream-item').each(function(){
	$('.stream-items > .js-stream-item.stream-item.stream-item').find(".ProfileTweet-actionButton.js-actionFavorite")[0].click();
$('.stream-items > .js-stream-item.stream-item.stream-item')[0].remove();
})
},500)
kontrol = setInterval(function(){
var tweetsys = $('.stream-items > .js-stream-item.stream-item.stream-item').length;
if(tweetsys < 50 || tweetsys == 50){
$(window).scrollTop(0,document.body.scrollBottom);
setTimeout(function(){
window.scrollTo(0,document.body.scrollHeight);
},200);
}
},3000)

Twitter toplu geri takip kodu

var kul_adi = prompt("Bir kullaniciya kadar takip etmek icin takip etmediginiz bir kullanici adini basinda @ olmadan girin. Bu secenegi kullanmak istemiyorsaniz bos birakin ya da iptal edin", "");
geritakip = setInterval(function(){
	$(".following, .pending").parents(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").remove();
	$('div.not-following > button.js-follow-btn').each(function(){
		$(this).click();
			if(kul_adi == $(this).parents(".ProfileCard.js-actionable-user").attr("data-screen-name")){
			clearInterval(geritakip);
			clearInterval(yu);
			clearInterval(as);
			alert(kul_adi + "kullanici adina kadar geri takip yapildi.")
		}
		$(".message-text > a").each(function(){
			if ($('.alert-messages').css('top') === '46px'){
				clearInterval(geritakip);
				clearInterval(yu);
				clearInterval(as);
				alert("Takip limitiniz doldu. Bugun daha fazla takip yapamazsiniz.")
			}
		})
	});
	setTimeout(function() {
		$(".Grid.Grid--withGutter[data-component-term='user'], ProfileClusterFollow").remove();
	},1000);
},2000);
var yu = setInterval(function() {
window.scrollTo(0,document.body.scrollHeight);
},1000);
var as = setInterval(function() {
window.scrollTo(0,document.body.scrollBottom);
},2020);

Toplu retweet kapatma kodu

rtkapat = setInterval(function(){
 var kullanc = $(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").length;
 if(kullanc >= 18){
 var usid = $(".GridTimeline").find(".js-stream-item:first-child").attr("data-item-id")
 var token = $("#signout-form > input.authenticity_token").attr('value');
 $.ajax({
 type: "POST",
 url: "https://twitter.com/i/user/retweets_off",
 data: {authenticity_token: token, user_id: usid, impression_id:""},
 });
 $(".GridTimeline").find(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10")[0].remove()
 }
},100);
kisiyukle = setInterval(function(){
 var kullanc = $(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").length;
 if(kullanc <= 54){
$(window).scrollTop(0,document.body.scrollBottom);
 setTimeout(function(){
 window.scrollTo(0,document.body.scrollHeight);
 },200);
 }
 if($(".GridTimeline").find(".GridTimeline-items").attr("data-min-position") == 0){
 $(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").each(function(){
	$(this).find(".user-dropdown.dropdown-toggle.js-dropdown-toggle.js-link.js-tooltip.btn.plain-btn.small-user-dropdown").click()
	$(this).find(".retweet-off-text > button").click();
	$(this)[0].remove();
});
 clearInterval(rtkapat);
 clearInterval(kisiyukle);
 $(".bird-topbar-etched").click();
 }
},1600)

Toplu tweetdeck kodları

Toplu hesap seçme (tweet atarken)

$(".js-compose-message-header.margin-b--9.compose-text-title").after('<span id="tmnsec">Tümünü seç</span>');
$("#tmnsec").css("cursor","pointer")
$("#tmnsec").click(function(){
sec = setInterval(function(){
var hesaplar = $(".js-account-item.js-show-tip.compose-account.is-actionable:not(.is-selected)").length
if(hesaplar > 0 ){
$(".js-account-item.js-show-tip.compose-account.is-actionable:not(.is-selected)").click()
}
else if(hesaplar == 0){
clearInterval(sec)
}
},50)
})

Toplu hesap seçme (takip etmek için)

$(".js-follow-from.l-table.padding-al").find(".s-not-following > button").click()

Toplu hesap seçme (favori yapmak için)

$("button.js-btn-fav.js-show-tip.btn.btn-fav.s-not-favorited").click()

Toplu hesap seçme (Retweet etmek için)

var haric = "kullaniciadi";
$(".acc-twitter.js-account-item.js-show-tip:not([data-original-title="+haric+"])").click();
$(".js-action-button.js-retweet-button.btn.btn-positive").click();

Otomatik takip etme kodu :

__cnt__ = 0;
jQuery(‘.stream .ProfileCard-actions > button.user-actions-follow-button > span.button-text, span.follow-text’).each(function (i, ele) {
    ele = jQuery(ele);
    if (ele.css(‘display’) != ‘block’) {
        console.log(‘already following:’, i);
        return;
    }
    setTimeout(function () {
        ele.click();
    }, __cnt__++ * 500);

});

Takibi bırakma UNF kodu :

$(document).ready(function () {
    var mintiktakibibirak2014 = $(“.ProfileCard-content button.follow-button”).length;
    var mintiktakibibirak = 0;
    var takipbirak = setInterval(function () {
        if (mintiktakibibirak > mintiktakibibirak2014) {
            clearInterval(takipbirak);
            return
        }
        $(“.ProfileCard-content button.follow-button”).eq(mintiktakibibirak).find(‘span.unfollow-text’).trigger(“click”);
        mintiktakibibirak++;
    }, 250);

});

Takip etmeyenleri otomatik bırakma kodu

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);

 

Bir cevap yazın

E-posta hesabınız yayımlanmayacak. Gerekli alanlar * ile işaretlenmişlerdir