Tutorial how to make a button in Chrome to log you in at a website
The mail website from school doesnt get autofilled by chrome so I made button thats opens the website in a new tab and submit the form.
Open README.pdf and follow the steps…
1. Download and unrar file and open login.js with Notepad.
document.forms[0].elements[8].value = "user"; document.forms[0].elements[9].value = "pass"; document.forms[0].submit();2. Change to your own mail and password. Save your file. 3. Open Google Chrome and go to Extra -> Extentions 4. Check developper modus and press Pack extention 5. Go to your unrarred folder and press Pack Extention
You should now have a button in chrome.
More info on the developer.chrome site: http://developer.chrome.com/extensions/getstarted.html