click a button automatically using greasemonkey
- by muqtar
Hi all,
There is a button in the web page as
<input class="button" type="submit" value="new">
I need a greasemonkey script which even before the page completely loads must automatically click on the button and move to next page.
Thanks.