I am trying to create a bookmarklet that adds a custom field to a WordPress post. This is something that can be easily done with WP, but I keep adding the same field (with the same value) to many different posts, and would like to automate this.
Basically, what I am trying to do is capture whatever JS fires as soon as I click the "Add Custom Field" button in the WP admin panel. I'm not really sure how to go about this, so any help would be appreciated.
Thanks in advance!