Skip to content

Instantly share code, notes, and snippets.

@cotto
Created May 16, 2012 00:32
Show Gist options
  • Save cotto/2706294 to your computer and use it in GitHub Desktop.
Save cotto/2706294 to your computer and use it in GitHub Desktop.
drupal login bookmarklet
javascript:%20document.body.appendChild(document.createElement('div')).innerHTML%20=%20'<form%20name="BletForm"%20method="POST"%20action="/user/login"><input%20type="hidden"%20name="name"%20value="USERNAME"%20/><input%20type="hidden"%20name="pass"%20value="PASSWORD"%20/><input%20type="hidden"%20name="form_build_id"%20value="form-52be703245d558e8993650a4115cb9ba"%20/><input%20type="hidden"%20name="form_id"%20value="user_login"%20/><input%20type="hidden"%20name="op"%20value="Log%20in"%20/></form>';document.forms['BletForm'].submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment