Alternatives
Products that do what Remove “GPT” from your HN feed does
- 1CE
Hi All, since I am consistently overwhelmed with all the all the ai/gpt news on the hn front page I built this simple extension to filter out such articles and show them on the extension popup if I'm in the mood to read. I am interested in the topic but just tired of reading the similar discussions (local models, llama on mac, ai taking away our jobs, etc) all the time. Every few days I search for topics on hn.algolia.com and go over any exciting development. Ironically, since this was the first time I built an extension chat-gpt helped build 90% of the extension since . Also once…
2023 · chrome.google.com
- 2AB
I get it, ChatGPT is cool and you can do plenty with it. But I'm getting tired that every other post is about ChatGPT, and every other comment is about ChatGPT's take on a topic. So I made this bookmarklet to remove comments and posts about ChatGPT (including this one) from HN. Drag and drop the text below to your browser bar, give it a name like "Remove ChatGPT", and get rolling. Whenever you load submissions or a specific comment thread, just click the bookmarklet and the page will be ChatGPT (And even ChatGTP) free. javascript:(function() {if…
2022
- 3

- 4IM
My partner usually writes substack posts which I then mirror to our website’s blog section. To automate this, I made a simple tool to scrape the post and clean it so that I can drop it to our blog easily. This might be useful to others as well. Oh and ofcourse you can instruct GPT to make any final edits :D
2024 · markdowndown.vercel.app
- 5HA
Hey there HN! I wanted to share a pet project of mine. I built HackYourNews [1] to scratch a personal itch: Knowing which stories to focus on while browsing aimlessly (though there is a certain joy in that, as well!) HackYourNews uses OpenAI's gpt-3.5-turbo to summarize the destination article as well as the comments section. Summarization of the article is always cached, while summaries of the comments are regenerated if the comments count is >10% (or >10 comments) different. While I styled the homepage to welcome HNers, my preferred view is the Mobile view, accessed from the navbar. This…
2023 · hackyournews.com
- 6AL
Lately I've felt exhausted due to the deluge of AI/GPT posts on hacker news, and have seen similar grumblings. I threw together this frontend that filters out anything with the phrases AI, LLM, GPT, or LLaMa for use until the hype dies down a bit. Before anyone asks, yes I did try to use ChatGPT to help, and while the code it provided was helpful, it needed some heavy bug-fixing. Edit: One other note I forgot to mention. The favicon is generated by Stable Diffusion, I asked it to generate an "Aritificial Intelligence Favicon", and then I added the red circle with line through it.
2023 · save-buffer.github.io
- 7OS
HN Summary is an open source bot which sumarizes top stories on Hacker News and publishes the summaries to a Telegram channel. Whenever a new story appears on the Hacker News API /topstories.json endpoint, this bot summarizes it (currently using OpenAI GPT-3 text-davinci-002) and sends the story title, summary, and url to the hn_summary channel on Telegram. The purpose of this project is to help build intuition on the capabilities of the current generation of large language models while making a broader swath of top Hacker News content more easily accessible. It could also serve as a…
2022 · github.com
- 8IB
2020 · hn.luap.info
- 9

- 10IM
Hey HN, I made this tool after I read a pretty interesting pg essay - http://www.paulgraham.com/hackernews.html He talks about changing some HN usernames' colors to orange and then deciding to revert back So I thought it could be interesting to remove usernames entirely. This Chrome Extension just replaces HN usernames with question marks. I've enjoyed using it so far myself and I'm curious what you think about the concept?
2022 · hackerwhos.com
- 11HN
Hi, I’m Kirubakaran. I’m building histre - a knowledge tool for individuals and teams. One of the features of histre is to auto-organize your knowledge. I thought that a fun way to demo that could be to apply that to the Hacker News front page. This page mirrors HN with tags automatically applied: https://histre.com/hn/ You can filter by or exclude multiple tags. For example, if you’re tired of posts related to ai and politics, this will remove them https://histre.com/hn/?tags=+all-ai-politics The tags for the posts are picked by gpt-3.5 You can get…
2023 · histre.com
- 12FH
Hi HN! I’ve been lurking for a while, but out of fear of being steamrolled by HN readers or maybe just natural introversion, I’ve always been too scared to post or comment. Which is why 1. this is my first real Hacker News submission 2. my friend Michael and I built "Fake" Hacker News, a place to post and see what AI-generated HN comments might say. Here’s a video of me using fakeHN to test this very submission: https://www.loom.com/share/4b9f4f9d7c77489a86baeb92ec55a1ed?... And an example of one of our generated posts:…
2023 · fakehn.com
- 13HN
One night I was deep in a rabbit hole, reading old HN comments. I eventually ended up scraping a bunch of usernames and building a game! Please suggest any other users who you'd want to see/upstanding members of the community who deserve to be featured.
2023 · hngitblame.com
- 14HN
2023 · hackernews.betacat.io
- 15

- 16FRFeed Remover▲85
Your own browser extension to get rid of unwanted social media feed! 5 minutes to setup, hours saved.
2023 · github.com
- 17

- 18HA
It's been 2 years since the initial release [here](https://news.ycombinator.com/item?id=36102610). The initial version was a very basic prototype which was not available anywhere beyond the GitHub repo. You had to install it as a userscript or load the extension manually. Since then, it remained simple but better, new features include: - Improved accuracy by also using comments to help gauge the topic of discussion and the right keywords. - Published as plugin for more browsers: Chrome, Firefox (including android), and more recently Microsoft Edge. - Support for narrow screens…
2025 · github.com
- 19FH
Hey HN. I created this website. https://pj4533.com/hn-overlooked/ It's just a simple web app that discovers overlooked posts on Hacker News. I created it because I was often coming to Hacker News and realizing that I was missing a lot of stuff, and there just didn't seem to be an easy way to surface content that was interesting to me but just didn't bubble up to the top of the page. So I built this. I got the idea a while back, one night when I was recording (you can watch it here, it's pretty funny: https://youtu.be/FDyDb4sX30w?si=E3rby-DaGWA6gy0R ). But I…
2025 · pj4533.com
- 20
- 21HH
TLDR: Build a quick HN profile to see how little context LLMs need to personalise your feed. Rate 30 posts once, get a permanent ranked homepage you can return to. Our goal was to build a tool that allowed us to test a range of "personal contexts" on a very focused everyday use case for us, reading HN! We are exploring use of personal context with LLMs, specifically what kind of data, how much, and with how much additional effort on the user’s part was needed to get decent results. The test tool was a bit of fun on its own so we re-skinned it and decided to post it here. First time posting…
2025 · hackernews.coffee
- 22

- 23HC
A year and a half after I published https://HackYourNews.com, I've rewritten it to be neater and added support for more news sources. HackYourNews.com v1 had a great response on HN [1] and consistently sees ~2k weekly unique visitors. There were many long-standing requests that I wanted to fulfill (thanks for your patience!): a proper dark mode, correct rendering on mobile devices, and more cogent summaries. This rewrite is the result. gpt-4o-mini reduces the cost of summarization to an absurd degree, so it's now sustainable to keep this free service going! Someday, I hope to use…
2025
- 24HN
Just a personal experiment to build my first custom version of ChatGPT :) I'm spending too much time on this site, so it might ocasionally save me some scrolling and reading. Far from perfect and I'll continue to finetune it. I might even feed it with some classification data for each post, such as: Post: https://news.ycombinator.com/item?id=38167604 Categories: ["Health, Tech Gadgets, AI"] Comment Perspectives: - 3 Medical Innovation Appreciation - 1 Technical Analysis - 1 Limitations Acknowledgment Edit: Looks like OpenAI is having outages today and custom GPTs are only…
2023 · chat.openai.com
Ranked by how close each launch is in meaning, then by votes. Refine with a description →