Answer the question
In order to leave comments, you need to log in
Why doesn't instagram login with javascript work?
Go to the login page:
https://www.instagram.com/accounts/login/
Run:
document.getElementsByTagName('input')[0].value = 'login';
document.getElementsByTagName('input')[1].value = 'password';
document.getElementsByTagName('input')[1].type = "text";
document.getElementsByTagName('button')[0].click();
The username you entered does not belong to the account. Check your username and try again.
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question