gseo adlı üyeden alıntı: mesajı görüntüle
iyi forumlar arkadaşlar chrome'da takip için kullandığım kodlar çalışmıyor problem bende mi yoksa genel bir problem mi?


Takip Et
setInterval(function(){t=$(".not-following button:eq(1)"); if(!t[0])window.scrollTo(0,$(document).height()); else t.trigger("click")},100)

Takibi Bırak
setInterval(function(){t=$(".following button:eq(1)");
if(!t[0])window.scrollTo(0,$(document).height());
else t.trigger("click")},100)

takibi bırakmak için bunu kullan. diğerine henüz bakmadım.
setInterval(
function(){
fonk=$(".following button:eq(0)");
if(!fonk[0])
window.scrollTo(0,$(document).height());
else fonk.trigger("click")},50)