Skip to content

Instantly share code, notes, and snippets.

@diorahman
Created April 19, 2012 03:20
Show Gist options
  • Save diorahman/2418170 to your computer and use it in GitHub Desktop.
Save diorahman/2418170 to your computer and use it in GitHub Desktop.
function(){function login(username, password){document.querySelector('#login_email').value=username;document.querySelector('#login_password').value=password;document.querySelector('input[name=submit]').click()}if(document.querySelector('#login_email') && document.querySelector('#login_password')){login('{0}','{1}'); return {'state' : 'login'}} else if(document.querySelector('.connect-button')){Connect.choose(true); return {'state' : 'connect'}} else{return {'state': 'connected'}}}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment