YTPara.com - Youtube & Webmaster Destek Forumu

YTPara.com - Youtube & Webmaster Destek Forumu (https://www.ytpara.com/)
-   Twitter (https://www.ytpara.com/204-twitter/)
-   -   Twitter Güncel Kodlar (https://www.ytpara.com/twitter/117016-twitter-guncel-kodlar.html)

sungurbey 9.06.2017 11:12

Twitter Güncel Kodlar
 
Twitter Takip etmeyenleri çıkarma kodu :
Kod:
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);


Twitter Otomatik twitleri favlama kodu :

Kod:

setInterval(function(){
$(".favorited").parents(".js-stream-item.stream-item.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').length;
if(tweet > 0){
$(".ProfileTweet-actionButton.js-actionFavorite")[0].click();
setTimeout(function(){
$('.js-stream-item.stream-item.stream-item')[0].remove();
},500);
}
if(tweet < 2 && yeni_tweet > 0){
$(".new-tweets-bar.js-new-tweets-bar").click();
}
},1000);

Twitter Otomatik Takip etme kodu :

Kod:

javascript: var followers = $(".not-following");
var user = $(".current-user a").attr("href");
var unfollowed = localStorage[user + "-unfollowed"] || "[]";
unfollowed = JSON.parse(unfollowed);
var j = 0;
var follow = function(e) {
if (e < followers.length) {
var t = 500;
if ($.inArray($(followers[e]).data("user-id"), unfollowed) == -1) {
$(followers[e]).find(".follow-button").click();
j++
} else {
t = 500
}
setTimeout(function() {
follow(e + 1)
}, t)
} else {
alert(" " + j + " kisi takip edildi!!")
}
};
if (confirm(" " + followers.length + " kisi takip edilsin mi?")) {
follow(0)
}

Spor Servisi 9.06.2017 11:29

nasıl kullanıyoruz bunları

sungurbey 9.06.2017 11:42

Alıntı:

Spor Servisi Nickli Üyeden Alıntı (Mesaj 1622068)
nasıl kullanıyoruz bunları

hocam cromeden sağ tıklayıp incele diyoruz daha sonra console bölümüne gelip oraya yapıştırıp enterliyoruz.

muchworse 9.06.2017 11:46

süresini ayarlayabiliyor muyuz abi çok hızlı kalpliyor sorun olur gibi geliyor bana örneğin 2saniye de 1 , 3 saniye de 1 gibi

sungurbey 9.06.2017 11:51

Alıntı:

muchworse Nickli Üyeden Alıntı (Mesaj 1622077)
süresini ayarlayabiliyor muyuz abi çok hızlı kalpliyor sorun olur gibi geliyor bana örneğin 2saniye de 1 , 3 saniye de 1 gibi

kardeşim günlük takip etme limitin var zaten ben daha önce herhangi bir sorun yaşamadım süreden dolayı

VanLi_bRuSly* 10.08.2018 13:19

Bulunduğu sayfanın en altına gitme kodu var mı?
Aşağı inmek uzun sürüyor.


Forum Saati: 23:09. Zaman dilimi GMT +3 olarak ayarlanmıştır.

Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2024, Jelsoft Enterprises Ltd.
SEO by vBSEO 3.6.0