Skippr version history - 2 versions
Be careful with old versions! These versions are displayed for testing and reference purposes.You should always use the latest version of an add-on.
Latest version
Version 0.1.1
Released Jun 8, 2026 - 1.47 MBWorks with firefox 58.0 and laterSkippr v0.1.1
Bug Fixes
Paramount+ — ad skip fully rewritten
All selectors were speculative and matched nothing in the actual DOM. Complete rewrite based on a verified reference implementation: correct ad timer
selector (div.ad-info-manager-circular-loader-copy), seek approach (video.currentTime += adSeconds) instead of playbackRate manipulation, removal of the
residual ad overlay. Intro, credits, speed slider and fullscreen selectors were also corrected.
HBO Max — selectors corrected
Intro, credits, watch credits, speed slider and fullscreen selectors were all wrong. Replaced with the actual player class names.
Apple TV+ — skip intro selector improved
Added button.skip__button as the primary selector (confirmed by an external reference), alongside the existing aria-label fallbacks.
Netflix — Skip recap separated from Skip credits
"Skip recap" is now an independent option, disabled by default. The recap (previously on summary) is not the same as end credits.
Cleanup — Skip ads options removed
- Apple TV+: no ad-supported tier exists, the option had no effect
- Crunchyroll: the free tier with ads was discontinued in January 2026, all current plans are ad-freeSource code released under MIT License
Older versions
Version 0.1.0
Released May 28, 2026 - 1.47 MBWorks with firefox 58.0 and laterSource code released under MIT License