Skip to content

dchen327/AutoLogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

84 Commits
 
 
 
 
 
 
 
 

Repository files navigation

AutoLogin

Automatically sign in to websites with saved passwords in Chrome

Usage

  • To add a new website, first right click the extension and pick "This can read and change site data" on the current website.
  • Find the login button on the page, right click it, inspect element, and copy the css selector
  • It should look something like this: selector_demo
  • Now click the extension again, paste in the selector into the input box, and hit add 9zdMgnV
  • Adding a delay means the extension will wait a bit before attempting to click -- useful for websites that load elements through JavaScript
  • Increasing the number of retries means the extension will try and click the specified button with a 2 second delay more than once
  • For websites with multiple buttons to click, add the selectors in order (e.g. typeracer.com)

About

Chrome extension for automatically signing in to websites with saved passwords

Resources

License

Stars

0 stars

Watchers

1 watching

Forks

Releases

No releases published

Packages

 
 
 

Contributors