I think we should start an application or something to allow us to have real views by our own, maybe you can try with one account but use only one platform, because i tried them all and got banned, so i don't know exactly which one is bad. When you have some results give us a feedback.
Hi guys, i just wonder if some of you have experience with this company rsw-systems com. They are promising some good ROI, but i doubt because of lack of information and also because of the negative feedback.
What do you think?
I have concerns about copyright issues and i cannot find the right answer.
I would like to buy a software and exposing it's functionality via a web site.
For instance: i have bought a .rar activator from company A, installed it on my server and exposed it's functionality via my website. People...
inputs.click is not a function - it means that the element was not found, or at least not the correct one. Try to send me your html to see what is happening cause i don't have a fb account right now.
Class names are not unique in html, so there could be other elements containing the class name you are searching for, so it will click all of them. Just inspect the html and search for class name usages and you will find all the elements containing it. For your case you need to limit the result...
i think there should be "inputs.click();" in your for loop.
Also, one difference between querySelectorAll and getElementsByClassName is:
if html changes (as i saw facebook is having a dynamic DOM injection) querySelectorAll will return the same old elements (inputs variable will not change, even...
@happylama gave you a javascript:
document.getElementsByClassName('_42ft _4jy0 _4jy3 _517h _51sy'), gets all the elements by class name = "_42ft _4jy0 _4jy3 _517h _51sy"
Currently i don't have access to facebook, so i cannot verify, but i assume the class name is correct (or should be).
But you...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.