I'm working on a Hacker News UserStyle that will be a full site redesign but I lack enough karma to downvote. The markup for these is incredibly guess-able but if someone could confirm I'd greatly appreciate it.<p><pre><code> <td valign="top" class="votelinks">
<center>
<a
id="up_39789592"
class="clicky"
href="vote?id=39789592&amp;how=up&amp;auth=xxx&amp;goto=ask"
><div class="votearrow" title="upvote"></div
></a>
<a
id="down_39789592"
class="clicky"
href="vote?id=39789592&amp;how=down&amp;auth=xxx&amp;goto=ask"
><div class="votearrow" title="downvote"></div
></a>
</center>
</td></code></pre>