13 Aralık 2016 Salı

Twitter'da Sizi Takip Etmeyenleri Nasıl Bulursunuz?




1-Twitter'da takip edilenler sayfanızı açın.
2-Sağ tıklayarak incele deyin.
3-"console" sekmesine gelin.
4-Aşağıdaki kodu ctrl+v ile yapıştırın.

Not: İşlem durursa ve sayfa görünmezse mause ile sayfayı yukarı doğru sürükleyin işlem devam edecektir.

BU BİR HİLE DEĞİLDİR.

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

Hiç yorum yok:

Yorum Gönder