a Chrome extension to see other users browsing the same websites as you
I was once reading some comments on HN, and someone was talking about a Chrome extension they had made for themselves to write memos/notes on any website they browsed. I thought this was brilliant! This idea immediately clicked in me, and my first thought was: "Why not make it so others can see your notes as well?". And soon it transformed into something much more complex where users could not only write notes, but also interact directly with other users of the extension through chat, gis, and cursors! It took me a few weeks, but I was able to read through docs, work on the extension…
In plain words
This Chrome extension shows users who else is browsing the same websites in real time. Users can write notes on any webpage and see notes from other extension users on those same pages. The extension also enables direct interaction through chat, shared cursors, and GIFs, turning individual web browsing into a collaborative social experience. It is designed for people who want to connect with others viewing the same content simultaneously.
written from the facts on this page · September 2026
From the sources
In the maker’s words, at launch
I was once reading some comments on HN, and someone was talking about a Chrome extension they had made for themselves to write memos/notes on any website they browsed. I thought this was brilliant! This idea immediately clicked in me, and my first thought was: "Why not make it so others can see your notes as well?". And soon it transformed into something much more complex where users could not only write notes, but also interact directly with other users of the extension through chat, gis, and cursors! It took me a few weeks, but I was able to read through docs, work on the extension itself (content script and service worker), socket.io, node, build up a website, publish it in the Chrome store. I've introduced it to my coworkers and a few other devs, and so far, each one of them came up with a different usage for the extension, but loved the idea of adding a social aspect to browsing. I thought it would be great sharing it with everyone around here and gather feedback from the HN crowd!
Does the same job
all alternatives →

- IMI made a Chrome extension to stop mindless browsing2020 · getintention.com · ▲519



More work this month
the category →


The app store for voice native apps that lives in your notch
Work · 28d ago · voiceos.com


Mac-native app for screenshots, recordings and collaboration
Work · 5d ago · cleanshot.com
Launched alongside, August 2023
the whole month →



Lottielab▲871Create and ship lottie animations to sites and apps faster
Dev tools · 2023 · lottielab.com
- LC
Outlines is a Python library that focuses on text generation with large language models. Brandon and I are not LLM experts and started the project a few months ago because we wanted to understand better how the generation process works. Our original background is probabilistic, relational and symbolic programming. Recently we came up with a fast way to generate text that matches a regex (https://blog.normalcomputing.ai/posts/2023-07-27-regex-guide...). The basic idea is simple: regular expressions have an equivalent Deterministic-Finite Automaton (DFA) representation. We…
AI · 2023 · github.com