-
Notifications
You must be signed in to change notification settings - Fork 0
Features
ReelScroller adds three focused behaviours to Instagram Reels in Firefox.
When the currently focused Reel finishes playing, the extension automatically scrolls to the next one. No tapping or clicking required.
- Watches visible video elements on the page using a
MutationObserverandendedevent listeners. - Only activates on
/reel/and/reels/URL paths — other Instagram pages are unaffected.
Before scrolling to a Reel, the extension checks nearby visible DOM elements for known Instagram sponsorship labels. If a match is found, that Reel is skipped automatically.
Detected labels:
AdSponsoredPaid promotionAdvertisement
See the Ad Detection page for more detail on how this works.
A single toolbar button controls the extension across all open Instagram tabs at once.
- Click the button to toggle auto-scroll on or off.
- The badge displays ON when the extension is active.
- The toggle state is broadcast immediately — no tab refresh needed.
Your on/off preference is saved in Firefox extension storage and survives browser restarts. On first install (or if no preference exists), the extension defaults to enabled.
Privacy note: Only the boolean on/off value is ever stored. No other data is written. See the Privacy page for details.