Skip to content

Instantly share code, notes, and snippets.

@HectorMalot
Created August 24, 2012 07:17
Show Gist options
  • Select an option

  • Save HectorMalot/3447042 to your computer and use it in GitHub Desktop.

Select an option

Save HectorMalot/3447042 to your computer and use it in GitHub Desktop.
tip
use a jQuery script as your password that autofills and submits the form for karma_fountain
@HectorMalot
Copy link
Copy Markdown
Author

$().ready(function({
  $('input[name="username"]').val('me');
  etc etc
}))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment