I have a website that changes his inputs ids, and I’m trying to make a semi auto-login, filling automatically the email and the password part…
I’m doing this with greasemonkey and jQuery…
I’m trying something like this
$("input[@type=text]").setValue("email@gmail.com");
but had no success…
The Page has only the login part, two text type inputs…
What am I missing here?
jQuery changed it’s selectors (to match CSS3 selectors, find all selectors here). Try