nowfound

Alternatives

Products that do what How HN's upvote link works does

Each link has an anchor tag like this: <a href="vote?for=4156127&dir=up&by=asto&auth=12345&whence=%6e%65%77%73" onclick="return vote(this)" id="up_4156127"> <img vspace="3" hspace="2" border="0" src="http://ycombinator.com/images/grayarrow.gif"> </a> The vote function looks like this: function vote(node) { var v = node.id.split(/_/); // {'up', '123'} var item = v[1]; // hide arrows byId('up_' + item).style.visibility = 'hidden'; byId('down_' + item).style.visibility = 'hidden'; // ping server var ping = new Image(); ping.src =…

  1. 1AW

    I submitted a link, when someone clicks on it I get an up-vote for this article. I don't want people to misuse this I just want to bring attention to this problem. This is the link I used that up-votes this: http://news.ycombinator.com/vote?for=3742742&dir=up&...

    2012

  2. 2TU

    2012 · news.ycombinator.com

  3. 3IB

    Hey HN! Just for fun, I built an interactive Hacker News Simulator. You can submit text posts and links, just like the real HN. But on HN Simulator, all of the comments are generated by LLMs + generate instantly. The best way to use it (IMHO) is to submit a text post or a curl-able URL here: https://news.ysimulator.run/submit. You don't need an account to post. When you do that, various prompts will be built from a library of commenter archetypes, moods, and shapes. The AI commenters will actually respond to your text post and/or submitted link. I really wanted it to feel…

    Nov 2025 · news.ysimulator.run

  4. 4MH

    Hey HN! I just published https://meet.hn, a map to find hackers in your city. How it works? Demo of the signup process: https://x.com/meet_hn/status/1834918518904746329 1. Fill the form: username, city+country 2. Copy the text generated in the box below the form, and paste it in your HN description. 3. Click "Add me on the map" Optionnaly (it's recommended!) you can add links to your socials as well as some tags to showcase your interests. Why does it exist? I created this because, despite its harsh reputation on the internet, I love the HN community. I…

    2024

  5. 5
    Clickvote312

    Like, upvote and review any context

    2023

  6. 6IW

    HN is great for the links people share, but a big part of the value I get comes from reading the discussion around them. I realized I was always opening the article in one tab and the comments in another, constantly switching back and forth. I figured there was probably a simpler way, so I threw together this userscript to merge the two. 1. Clicking a link from Hacker News opens the article with a side panel containing the discussion. It doesn't require your credentials, is resizable, and is easy to tweak if you want to customize it. 2. If you land on an article that has previously been…

    Jul 2026 · github.com

  7. 7CO

    Clickvote takes the hassle of building your own reaction components around your content. Showing real-time updates of likes, upvotes, and reviews between clients. Learn about your members through deep analytics. Deal with an unlimited amount of clicks per second. You can read the full article here: https://links.github20k.com/click-vote The open-source Library is here: https://github.com/clickvote/clickvote Please let me know your thoughts! Am I building something useless?

    2023 · github.com

  8. 8IC

    I figured, "what better way to look at a list of (hopefully) inspiring projects?" The upvotes work and are globally synced.

    2024 · guycombinator.net

  9. 9IM
  10. 10EH
  11. 11HH

    humble-hn is a Chrome extension that hides the number of votes and comments of stories, and the karma of users on Hacker News. The objective of this extension is to remove the influence of these numbers on the perception of the content.

    2024 · github.com

  12. 12HP
  13. 13HS

    While browsing Hacker News, I wished for an easier way to find related submissions (instead of googling and going back and forth). So I made this small chrome extension that automatically shows relevant submissions on page load. It's intergrated as a sidebar right in the page (for ease & native look), with customization options for fine control. It's based on HN algolia search API[1] and uses the submission title as its initial query with the ability to customize the query if you're not satisfied with the initial results. Originally, I took it as an opportunity to try my hands at creating a…

    2023 · github.com

  14. 14HN

    I made a little website with a server that collects only HN submissions with > 500 upvotes chronologically. https://hn.moritz.pm/ It's quite simple because I wanted to learn from the project. But I think it's useful, to get a summary of what was important over the last days. The UI is almost identical to the HN frontpage, you can click on the comments to view the thread and on the username to see the profile. The rest of the cards takes you to the submitted URL.

    2024 · hn.moritz.pm

  15. 15FF

    2022 · gist.github.com

  16. 16AH
  17. 17HC

    2023 · gist.github.com

  18. 18SH

    I wrote a JavaScript tool to search your HN favorites and export them to CSV or HTML. The JavaScript runs in your browser like a browser extension. It scrapes the HTML and navigates from page to page. Setup and usage instructions are in the file.

    2022 · github.com

  19. 19QA

    2012 · askolo.com

  20. 20HE

    Reading submissions here, I often feel intrigued and want to explore more interconnected or similar stories. The process of googling and going back and forth didn't feel natural. So, I made this browser extension that adds a related submissions section for HN's layout. The results are displayed in a sidebar right in the page's layout using HN native style just like other elements. I enjoy being knee-deep in discussions. Many times you're learning about something new, where the topic is either unfamiliar, thought-provoking, or just could use some context that you don't even know about. If a…

    2024 · github.com

  21. 21SH

    The concept was to rethink the way we browsed Craigslist and shopped online. The main section, the "homepage" is a tree map of recent craigslist posting sorted by popularity using a slightly modified version of Hacker News' ranking algorithm. The newest page is a masonry view of the realtime stream of the craiglist posts as they are added to the system (much like Hacker News' newest page.) The top page is the masonry view version of the homepage. The game page is a FaceMash-like game for the posts, which influences the overall scores and popularity of items.

    2011 · 5thavenue.chartboost.com

  22. 22HF

    HN Follow lets you follow authors on Hacker News, and get email notifications when they post. It was inspired by alerthn.com and hnreplies.com. The app was built in an experimental style on Val Town. We’re trying to create a new web primitive that you can: 1. write like a function 2. run like a script 3. fork like a repo 4. install like an app This is our 5th iteration of this same “HN Follow” app. We launched the 3rd version here on Hacker News six months ago[1], but it was very kindly removed from the front page by dang in favor of us launching Val Town itself first, which we did in…

    2023 · val.town

  23. 23DA
  24. 24AU

    This userscript adds archive URLs to the metadata section of HN submissions without breaking the immersion. Here are 2 screenshots: https://imgur.com/a/PdUu6oG GreasyFork: https://greasyfork.org/en/scripts/452024-hacker-news-anti-pa... Source code: https://github.com/MostlyEmre/hn-anti-paywall Now let me overexplain. -Why?- I never liked paywalled articles. I understand where they come from, but I don't like where we cross our paths. This is why I don't use major news aggregators anymore. Instead, I spend my…

    2022 · github.com

Ranked by how close each launch is in meaning, then by votes. Refine with a description →