Here is the HTML:
<p><input type="radio" value="Number1" name="Name" />Yes</p>
<p><input type="radio" value="Number2" name="Name" />No</p>
<p><input type="radio" value="Number3" name="Name" />Maybe</p>
Yes, they all have the same name - this isn't my site, so I can't change that.
Is there a way to check Number2 / No automatically with a simple GM script?