Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

code changed #6

Open
systems1 opened this issue Mar 1, 2019 · 2 comments
Open

code changed #6

systems1 opened this issue Mar 1, 2019 · 2 comments

Comments

@systems1
Copy link

systems1 commented Mar 1, 2019

see this new in inspect
svg-fill-linear__like
how ever cannot get it to work by substitude this

@zoetototro
Copy link

a = setInterval(
function(){
var elem=
document.getElementsByClassName("recsGamepad__button");
elem[3].click()
},2000)

@GaneshArshavin
Copy link

Please use this ,

a = setInterval(
function(){
var ran = Math.random();
var dislike = Math.floor(ran*100);
var mod = 11;
var result = dislike%mod;
if (result==0) {
var elem = document.querySelector('[aria-label="Nope"]');
elem[0].click();
} else {
var elem = document.querySelector('[aria-label="Like"]');
elem.click();
}
},2345)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants