Skip to content

Instantly share code, notes, and snippets.

@HectorMalot
Created August 24, 2012 07:17
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 HectorMalot/3447042 to your computer and use it in GitHub Desktop.
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
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