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.

Show HN: Mark Scroll Positions

35 pointsby kugurerdem12 months ago
Hi everyone,<p>I was getting annoyed when I had to leave a page and then needed to find where I was when I reopened it each time. So, I have just built a web extension to allow users to mark certain scroll positions for a page and then jump between them.<p>I hope it can be of use to you as well.

5 comments

kretaceous12 months ago
This is a good idea to a very niche but annoying problem I&#x27;ve certainly faced.<p>I&#x27;ve always used the &quot;Copy link to text&quot; option in Chrome for this but that doesn&#x27;t always work when the formatting is a little complex.
评论 #40600737 未加载
评论 #40609505 未加载
appletrotter11 months ago
Vimium has this already built in.
评论 #40602940 未加载
评论 #40612555 未加载
teddyh11 months ago
What happens if you resize your browser window?
评论 #40601234 未加载
评论 #40600435 未加载
absoluteunit111 months ago
Hey nice product.<p>At work so don’t have time to explore it right now but what features does it provide that Vimium marks don’t ?
评论 #40612936 未加载
fitsumbelay12 months ago
this is quite nice. are you considering making a bookmarklet version? I&#x27;m guessing most of the functionality comes from the content script, and background script stuff for handling extension&#x2F;&quot;button&quot; click could probably be migrated to a sticky that lives as long as the session it was spawned in but I don&#x27;t mean to minimize the trade offs involved ... again, this is very awesome