https://m.facebook.com/findfriends/browser/
Where we can "find friends".
Now the JS here is really simple whip open console and we can do a test before we loop it
Successful
And now we use the location.reload(), this will reset the suggestions:
1 2 3 4 5 6 7 8 9 | while(1){ document.querySelectorAll("button[type='submit']")[0].click(); setTimeout(func, 3000); function func(){ location.reload(); } } |
No comments:
Post a Comment