Login Register


What's wrong with this JS code? filter_list
Author
Message
RE: What's wrong with this JS code? #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:

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.)

[+] 3 users Like Hoss's post
Reply





Messages In This Thread
What's wrong with this JS code? - by Cyb3rNuX - 01-07-2019, 09:31 PM
RE: What's wrong with this JS code? - by mothered - 01-08-2019, 06:18 AM
RE: What's wrong with this JS code? - by Hoss - 01-08-2019, 08:09 AM
RE: What's wrong with this JS code? - by Cyb3rNuX - 01-09-2019, 04:15 AM
RE: What's wrong with this JS code? - by Hoss - 01-09-2019, 04:18 AM
RE: What's wrong with this JS code? - by Cyb3rNuX - 01-09-2019, 05:15 AM
RE: What's wrong with this JS code? - by Hoss - 01-09-2019, 05:42 AM
RE: What's wrong with this JS code? - by Hoss - 01-09-2019, 06:31 AM
RE: What's wrong with this JS code? - by Cyb3rNuX - 01-11-2019, 02:28 PM



Users browsing this thread: 1 Guest(s)