Last updated: [July 2025]

Overview

ScrollMark is a Safari web extension with a small companion macOS app. “it lets you save multiple scroll positions on any webpage” using keyboard shortcuts. The code stores these checkpoints only in memory:

  // Use in-memory storage so checkpoints are cleared on each page reload
  // This starts a fresh session whenever the site is loaded again.

The extension is packaged with a minimal host application that displays a basic SwiftUI view and doesn’t handle user data.


Information Collection and Use


Data Retention

Because ScrollMark stores scroll checkpoints only in memory, no persistent user data is retained. Closing or reloading the webpage clears all checkpoints.


Children’s Privacy

ScrollMark does not target children and does not knowingly collect information from anyone.


Changes to This Policy

If the project’s functionality changes to include any data collection or external communication, this policy will be updated in the repository.