Detected 1 occurrence(s) of ‘\s*pass[word]+\s*[:=]\s*["'][a-z0-9\-_\!\$]+["']‘: console.log("Autofill.js Started .. "); //define username and password var myUsername = 'EmailHere'; var myPassword = 'PasswordHere'; //finds the fields in your login form var loginField = document.getElementById('Email'); var passwordField = document.getElementById('Passwd'); //fills in your username and password var loginField2 = {}; var passwordField2 = {}; loginField2.value = n Source: http://pastebin.com/raw.php?i=n0UxW3N0
↧