• 01-02-2018, 23:31:52
    #1
    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)
    Arkadaşlar takip ettikleriniz sayfasına girip CTRL+SHİFT+J Kombinasyonunu yapıp bu kodu yazın denedim çalışıyor.
  • 02-02-2018, 01:17:55
    #2
    Sağolasın, çalışıyor.