imacros program kodu degil bu. takipcilerini takip etmek istedigin hesabın takipci sayısının üstüne tıkla. sayfada ögeyi denetle ye tıkla console yazan yere gir bu kodu yapıstır. enterla.
not: zaten göndermiştim konu açan arkadaşa burayada yazıyım diger ihtiyacı olanlarda görsün.
__cnt__ = 0;
jQuery('.stream .ProfileCard-actions > button.user-actions-follow-button > span.button-text, span.follow-text').each(function (i, ele) {
ele = jQuery(ele);
if (ele.css('display') != 'block') {
console.log('already following:', i);
return;
}
setTimeout(function () {
ele.click();
}, __cnt__++ * 500);
});