Şimdi Ara

Twitter Kodları

Daha Fazla
Bu Konudaki Kullanıcılar: Daha Az
1 Misafir - 1 Masaüstü
5 sn
1
Cevap
0
Favori
190
Tıklama
Daha Fazla
İstatistik
  • Konu İstatistikleri Yükleniyor
0 oy
Öne Çıkar
Sayfa: 1
Giriş
Mesaj
  • Twitter takip kodu, twitter toplu takip kodu, twitter takip bırakma kodu, twitter hızlı takip kodu, twitter takipçi silme kodu, twitter tweet silme kodu gibi işinize yarayacak Twitter kodları...

    Twitter Kodları Nasıl Kullanılır?

    İşlem yapmak istediğiniz sayfayı açın.
    Tarayıcınıza sağ tıklayın.
    “İncele” deyin.
    “Console” sekmesini açın.
    İlgili kodu yapıştırın.
    Enter tuşuna basıp bekleyin.

    ----

    Twitter Toplu Takip Etme Kodu

     var say = 0,
    limit = 1e3,
    takipyap = setInterval(function() {
    return $(".following").each(function() {
    $(this).parents(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").remove()
    }),
    $(".GridTimeline").find("div.not-following > .follow-button").first()
    .click(), say++ >= limit ? (clearInterval(takipyap),
    window.alert(limit + " kisi basariyla takip edildi."), !1) : void $(".message-text > a")
    .each(function() {
    "46px" === $(".alert-messages").css("top") && (clearInterval(takipyap),
    clearInterval(asagi))
    })
    }, 1e3),
    asagi = setInterval(function() {
    var a = $(".GridTimeline").
    find(".Grid-cell.u-size1of2.u-lg-size1of3.u-mb10").length;
    54 >= a && ($(".Grid.Grid--withGutter")
    .each(function() {
    0 == $(this).children().length && $(this).remove()
    }), $(window).scrollTop(0, document.body.scrollBottom), setTimeout(function() {
    window.scrollTo(0, document.body.scrollHeight)
    }, 200))
    }, 2e3);


    -----------

    Twitter Toplu Takip Bırakma Kodu

    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)


    Diğer Twitter Kodları:http://www.visne.co/twitter-kodlari/







  • 
Sayfa: 1
- x
Bildirim
mesajınız kopyalandı (ctrl+v) yapıştırmak istediğiniz yere yapıştırabilirsiniz.