Get the latest tech news
Show HN: Mark Scroll Positions
Introducing: Mark Scroll PositionsWritten at 2024-06-03 - Updated at 2024-06-05 Try the extension in Chrome or in Firefox See the source code kugurerdem/mark-scroll-positions I like reading blog posts a lot. While some of them are short and easy to read, most of them are long and require more time to finish.
The most popular one I found was Scrroll In, and even that could be improved a lot: For example, it forces you to name each saved scroll position with an alert prompt. In our case, when the user clicks the “Mark” button in the popup window, we want to fetch the scroll position information from the active tab. This method fails when the page gets longer due to dynamic content updates (like new comments).
Or read this on Hacker News