Ask HN: Can someone with enough Karma to downvote confirm the markup?

https://news.ycombinator.com/item?id=39791679
by markbranly • 2 years ago
2 4 2 years ago

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&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>

Related Stories

Loading related stories...

Source preview

news.ycombinator.com