Skip to content

Instantly share code, notes, and snippets.

@aroder
Created March 18, 2011 20:19
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save aroder/876760 to your computer and use it in GitHub Desktop.
Save aroder/876760 to your computer and use it in GitHub Desktop.
auto login to the test page
!(function(d) {
d.getElementsByName('clientstring')[0].value = 'parku';
d.getElementsByName('courseid')[0].value = '2022037';
d.getElementsByName('pagetoload')[0].selectedIndex = 1;
d.forms[0].submit();
})(document);
/* paste into a bookmarklet javascript: <the code> */
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment