Created
June 4, 2013 03:37
-
-
Save matsubo/5703403 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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