Project ideas from Hacker News discussions.

Chrome again exempts Google from user site data settings

📝 Discussion Summary (Click to expand)

Theme 1 – Partisan framing of antitrust action
- fedpost: “It's okay, they're not a monopoly according to this administration. Nothing to see here, carry on!”
- Mountain_Skies: “Google and the rest of the billionaire class thank you for ensuring everyone is too divided by red/blue tribalism to ever have enough unity to mount a fight against them. Well done!”

Theme 2 – Technical reasons Chrome appears to retain data or stay signed‑in
- frankacter: “At least on windows, closing chrome doesn't close the system tray process which keeps Chrome and Gemini prestaged and cached. Wonder if OP is experiencing a version of that on his Mac?”
- ande‑mnoc: “This is what the “Allow Chrome sign‑in” setting is for and is turned off by the post author.”

Theme 3 – Annoyance with Google’s opaque search‑result redirects
- cute_boi: “> all Google Search results are now opaque https://www.google.com/goto?url= garbage rather than the site URLs! Can google justify why are they doing this? I wish google will die sooner if they start behaving like this.”


🚀 Project Ideas

Generating project ideas…

ChromeCleaner

Summary

  • A cross‑platform utility that ensures Google Chrome (and related Chromium browsers) are completely terminated, clearing system‑tray stubs, background processes, and caches to prevent data persistence after a user‑initiated close.
  • Core value proposition: gives users confidence that closing the browser truly ends the session, eliminating hidden tracking and stale data.

Details

Key Value
Target Audience Power users, privacy‑conscious individuals, developers testing Chrome behavior
Core Feature One‑click detection and termination of all Chrome/Chromium processes, optional clearing of user data caches, and disabling of system‑tray stubs
Tech Stack Electron (or Tauri) for GUI, Node.js backend, uses native OS APIs (taskkill, pkill, launchctl)
Difficulty Medium
Monetization Hobby

Notes

  • HN user frankacter noted: “At least on windows, closing chrome doesn't close the system tray process which keeps Chrome and Gemini prestaged and cached.” This tool directly addresses that complaint.
  • Could spark discussion on browser background behaviors and provide practical utility for users wanting a clean slate after each session.

DirectLink

Summary

  • A browser extension (Chrome/Firefox) that rewrites Google Search result links on the fly, replacing the tracking redirect https://www.google.com/goto?url= with the actual destination URL, giving users clean, transparent URLs.
  • Core value proposition: restores transparency to search results, prevents accidental click‑through tracking, and lets users copy/paste real URLs easily.

Details

Key Value
Target Audience General web users, researchers, SEO specialists, privacy advocates
Core Feature Intercepts DOM updates on Google SERP, extracts the real URL from the ping or href attribute, and updates the link UI to show the destination; optionally adds a tooltip with the original Google redirect
Tech Stack Manifest V3 extension (JavaScript/TypeScript), uses Content Scripts, optionally uses Service Worker for background logic
Difficulty Low
Monetization Hobby

Notes

  • Comment cute_boi complained: “all Google Search results are now opaque https://www.google.com/goto?url= garbage rather than the site URLs!” DirectLink solves exactly that frustration.
  • Provides a concrete tool that HN users often discuss for improving search UX and privacy; could be extended to other search engines.

SearchClean Proxy

Summary

  • A self‑hostable web service that proxies Google Search queries, strips the Google redirect wrappers, and returns a JSON/HTML page with only the real URLs, titles, and snippets. Users can point their browser or search bar to the proxy via a custom search engine or use a bookmarklet.
  • Core value proposition: gives users a private, tracking‑free view of Google results without needing to install extensions, works on any device/browser.

Details

Key Value
Target Audience Privacy‑savvy users, developers building custom search frontends, educational institutions
Core Feature Accepts a query parameter, forwards request to Google (with appropriate headers), parses HTML, extracts actual URLs from <a> tags, strips google.com/goto? redirects, returns clean results
Tech Stack Python (FastAPI) or Node (Express) backend, HTML parsing with BeautifulSoup or cheerio, optional caching with Redis, deployable via Docker
Difficulty Medium
Monetization Revenue-ready: Subscription (e.g., $5/mo for hosted instance) or Hobby for self‑hosted

Notes

  • Users frustrated with opaque links (cute_boi) and hidden background processes (frankacter) would appreciate a transparent search intermediary that removes tracking layers.
  • Could foster discussion on search neutrality and provide a practical utility for those wanting a clean, API‑friendly search output without relying on browser extensions.

Read Later