Skip to content

Privacy

Toxc edited this page May 10, 2026 · 1 revision

Privacy

ReelScroller is designed with a minimal footprint and collects no user data.


What is stored

Data Where Purpose
reelScrollerEnabled (boolean) Firefox extension storage (local, on-device) Remembers your on/off preference across sessions

This is the only value the extension ever writes. It is stored locally in Firefox and never leaves your device.


What is never collected

  • No browsing history
  • No Instagram content, interactions, or account information
  • No usage analytics or telemetry
  • No crash reports
  • No identifiers of any kind

Network activity

ReelScroller makes zero network requests. All of its behaviour is local DOM manipulation within the Instagram page already loaded by your browser.


Manifest declaration

The extension manifest explicitly declares no data collection:

"data_collection_permissions": {
  "required": ["none"]
}

This is a Firefox-enforced declaration that the extension does not collect any user data, as required by Mozilla's extension policy.


Third parties

No data is shared with any third party, advertiser, or external service.

Clone this wiki locally