RE: What's wrong with this JS code? 01-08-2019, 08:09 AM
#3
Did you know God kills innocent kittens when you write code like that? Like... brutally murders them and laughs.
I did this to save lives:
You may also want to experiment with variable sleep times along with spreading requests over proxies. DM me if you have questions.
I did this to save lives:
Code:
setInterval(() => {
let items = document.querySelectorAll('._0mzm-')
let bound = items.length >= 25 ? 25 : items.length
for (var i = 0; i < bound; i++) {
if (items[i].innerText === 'Follow') {
items[i].click()
}
}
}, 601500)You may also want to experiment with variable sleep times along with spreading requests over proxies. DM me if you have questions.
(This post was last modified: 01-08-2019, 09:08 PM by Hoss.)



![[+]](https://sinister.ly/images/modern/collapse_collapsed.png)