Skip to content

Instantly share code, notes, and snippets.

@matsubo
Created June 4, 2013 03:37
Show Gist options
  • Save matsubo/5703403 to your computer and use it in GitHub Desktop.
Save matsubo/5703403 to your computer and use it in GitHub Desktop.
javascript:document.getElementsByName('name')[0].value = document.getElementsByName('title')[0].value = document.getElementsByName('text')[0].value = 'hoge1'; document.getElementsByTagName('form')[0].submit();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment