Block A/B Testing (YouTube) version history - 6 versions
Block A/B Testing (YouTube) by Arzuparreta
Block A/B Testing (YouTube) version history - 6 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 2.3.0
Released Jun 18, 2026 - 200.89 KBWorks with firefox 140.0 and later, android 142.0 and laterv2.3.0
• New: a toolbar menu to turn the extension on or off with a single switch.
• While off, the extension fully pauses — it stops pinning and no longer saves new titles or thumbnails.
• Turning it back on instantly re-applies your pinned titles and thumbnails on the current page.
• Your saved pins are kept while disabled, so nothing is lost.
• Added a link to the project on GitHub from the menu.Source code released under Mozilla Public License 2.0
Older versions
Version 2.2.2
Released Jun 17, 2026 - 197.66 KBWorks with firefox 140.0 and later, android 142.0 and laterv2.2.2
Rebuilt the title/thumbnail pinning engine from the ground up. Instead of
scraping the DOM after YouTube renders (which was fragile, slow, and prone to
cross-video title leaks), the extension now intercepts YouTube's internal API
responses and pins the first-seen title and thumbnail BEFORE YouTube renders them.- Zero DOM observers (was 5 continuous MutationObservers)
- Covers all YouTube surfaces (watch, shorts, search, home, channels, playlists,
sidebar — anything that goes through /youtubei/v1/ is intercepted) - In-memory pin cache removes per-frame storage reads; pin application is
synchronous inside the network layer - Dramatically fewer race conditions — no card recycling guards, no tentative
gates, no generation counters - Same privacy: everything stays in local browser storage, zero data collection
Source code released under Mozilla Public License 2.0
Version 2.2.1
Released Jun 10, 2026 - 198.89 KBWorks with firefox 140.0 and later, android 142.0 and laterVarious fixes that complement and close the issues adressed in the last update.Source code released under Mozilla Public License 2.0
Version 2.2.0
Released Jun 9, 2026 - 197.95 KBWorks with firefox 140.0 and later, android 142.0 and laterFixed a case where some titles would remain in screen.
Fixed memory accumulating infinitely with an automatic cleanup and a tight limit for optimal behavior.
Removed unnecesary refreshes that did not apply to the current endopint the user is looking at.
Various performance and architecture refactors for stability and performance.Source code released under Mozilla Public License 2.0
Version 2.1.0
Released May 6, 2026 - 194 KBWorks with firefox 140.0 and later, android 142.0 and laterFunctionality extended to also pin A/B tested thumbnails, as well as video titles. Same idea, same logic, just extended to thumbnails.Source code released under Mozilla Public License 2.0
Version 2.0.4
Released Mar 30, 2026 - 190.86 KBWorks with firefox 140.0 and later, android 142.0 and laterSource code released under Mozilla Public License 2.0