Privacy Policy

ScrollNice is designed with privacy as a core principle.

No Telemetry

ScrollNice collects zero data. No analytics, no tracking, no usage statistics, no crash reports sent anywhere.

No Network Access

The Windows app makes no network connections at all. It doesn't phone home, check for updates, or download anything.

Local Storage Only

All settings are stored locally:

  • Windows: config.json next to the exe
  • Extension: chrome.storage.local (browser-managed)

Mouse Hook Transparency

ScrollNice uses a WH_MOUSE_LL low-level mouse hook (Windows) to detect when your cursor enters the zone and to optionally block wheel events. This is a standard Windows API used by many utilities. The hook:

  • Does NOT log mouse activity
  • Does NOT record clicks or positions
  • Does NOT inject into other processes
  • Only processes mouse move and wheel events

Open Source

The complete source code is available on GitHub. You can audit every line.