-
Notifications
You must be signed in to change notification settings - Fork 0
Privacy
Toxc edited this page May 10, 2026
·
1 revision
ReelScroller is designed with a minimal footprint and collects no user data.
| 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.
- No browsing history
- No Instagram content, interactions, or account information
- No usage analytics or telemetry
- No crash reports
- No identifiers of any kind
ReelScroller makes zero network requests. All of its behaviour is local DOM manipulation within the Instagram page already loaded by your browser.
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.
No data is shared with any third party, advertiser, or external service.