5 ms·
Ask HN: Can someone with enough Karma to downvote confirm the markup?
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.
<td valign="top" class="votelinks">
<center>
<a
id="up_39789592"
class="clicky"
href="vote?id=39789592&how=up&auth=xxx&goto=ask"
><div class="votearrow" title="upvote"></div
></a>
<a
id="down_39789592"
class="clicky"
href="vote?id=39789592&how=down&auth=xxx&goto=ask"
><div class="votearrow" title="downvote"></div
></a>
</center>
</td>
- pvg 2y agoIt's the same except the up_xxx is replaced by down_xxx, that's the only difference.
- deleted 2y ago[deleted]
- cpburns2009 2y agoI see: <td valign="top" class="votelinks"> <center> <a id="up_12345678" class="clicky" href="vote?id=12345678&how=up&auth=0000000000000000000000000000000000000000&goto=item%3Fid%3D23456789#12345678" > <div class="votearrow" title="upvote"></div> </a> <a id="down_12345678" class="clicky" href="vote?id=12345678&how=down&auth=0000000000000000000000000000000000000000&goto=item%3Fid%3D23456789#12345678" > <div class="votearrow rotate180" title="downvote"></div> </a> </center> </td>
- markbranly 2y agoThank you!
- markbranly 2y agoCould I trouble you for another snippet where you've voted on the submission?
- deleted 2y ago[deleted]