TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

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

2 pointsby markbranlyabout 1 year ago
I&#x27;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&#x27;d greatly appreciate it.<p><pre><code> &lt;td valign=&quot;top&quot; class=&quot;votelinks&quot;&gt; &lt;center&gt; &lt;a id=&quot;up_39789592&quot; class=&quot;clicky&quot; href=&quot;vote?id=39789592&amp;amp;how=up&amp;amp;auth=xxx&amp;amp;goto=ask&quot; &gt;&lt;div class=&quot;votearrow&quot; title=&quot;upvote&quot;&gt;&lt;&#x2F;div &gt;&lt;&#x2F;a&gt; &lt;a id=&quot;down_39789592&quot; class=&quot;clicky&quot; href=&quot;vote?id=39789592&amp;amp;how=down&amp;amp;auth=xxx&amp;amp;goto=ask&quot; &gt;&lt;div class=&quot;votearrow&quot; title=&quot;downvote&quot;&gt;&lt;&#x2F;div &gt;&lt;&#x2F;a&gt; &lt;&#x2F;center&gt; &lt;&#x2F;td&gt;</code></pre>

2 comments

cpburns2009about 1 year ago
I see:<p><pre><code> &lt;td valign=&quot;top&quot; class=&quot;votelinks&quot;&gt; &lt;center&gt; &lt;a id=&quot;up_12345678&quot; class=&quot;clicky&quot; href=&quot;vote?id=12345678&amp;amp;how=up&amp;amp;auth=0000000000000000000000000000000000000000&amp;amp;goto=item%3Fid%3D23456789#12345678&quot; &gt; &lt;div class=&quot;votearrow&quot; title=&quot;upvote&quot;&gt;&lt;&#x2F;div&gt; &lt;&#x2F;a&gt; &lt;a id=&quot;down_12345678&quot; class=&quot;clicky&quot; href=&quot;vote?id=12345678&amp;amp;how=down&amp;amp;auth=0000000000000000000000000000000000000000&amp;amp;goto=item%3Fid%3D23456789#12345678&quot; &gt; &lt;div class=&quot;votearrow rotate180&quot; title=&quot;downvote&quot;&gt;&lt;&#x2F;div&gt; &lt;&#x2F;a&gt; &lt;&#x2F;center&gt; &lt;&#x2F;td&gt;</code></pre>
评论 #39792761 未加载
评论 #39793310 未加载
pvgabout 1 year ago
It&#x27;s the same except the up_xxx is replaced by down_xxx, that&#x27;s the only difference.