undefined hatası veriyor consoleda ve bunun takipten çıkarma işlemi olarak yapabilir miyiz ?
buraya yazmadan önce denedim hocam bende çalışıyor diye yazdım hemen. takipten çıkarma kodu aşağıda
Takip etmeyenleri takipten bırakma
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);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"); }}, 2000)