Greasemonkey Submit Form

Posted by magixx on Stack Overflow See other posts from Stack Overflow or by magixx
Published on 2010-04-10T22:07:59Z Indexed on 2010/04/10 22:13 UTC
Read the original article Hit count: 737

I'm trying to autosubmit a form with greasemonkey however I'm not sure how to do it with this button. The button seems to have the following properties

a class="blue-button" href="javascript:void(0)" onclick="Form.submit(this);"

and the only form I see above is

<form xmlns="http://www.w3.org/1999/xhtml" xmlns:s="http://www.blizzard.com/ns/store" action="/account/management/add-game.xml" autocomplete="off" method="post">

The page is here you can use "[email protected]" and "a1a1a1a1" as a login.

© Stack Overflow or respective owner

Related posts about greasemonkey

Related posts about JavaScript