Reclaim-Focus: Remove Shorts, Reels & Feeds version history - 2 versions
Reclaim-Focus: Remove Shorts, Reels & Feeds by SoukoX
Reclaim-Focus: Remove Shorts, Reels & Feeds 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 2.3.0
Released Jul 18, 2026 - 125.93 KBWorks with firefox 121.0 and laterv2.3.0
Fixed: Extension stops blocking after page refresh
Rewrote all content script polling loops to use set-Interval instead of fragile chained set-Timeout. The extension now reliably stays active across page refreshes and SPA navigations — no more clicking the icon to re-enable it.
Improved: time tracking bar graph
Improved: Accurate time tracking
Replaced the old fixed 10-second lump-sum tracking with visibility-aware precise tracking using document.visibility change + Date.now() delta. Time is now recorded to the second, not rounded to 10s buckets.
Fixed: YouTube "focus-enabled" and "strict-mode" bugs
Removed references to undefined settings that silently broke YouTube's video timer and reminder overlay features.
Fixed: Chart tooltip XSS
Replaced inner HTML with safe DOM methods in the popup time-tracking chart.
Fixed: Memory leaks
Added proper clear Interval for the polling timer in all cleanup paths.
Meta
Lowered Firefox minimum version from 142.0 → 121.0 (142 doesn't exist yet)
Added homepage_url to manifest
Removed invalid data_collection_permissions fieldSource code released under END-USER LICENSE AGREEMENT License
Older versions
Version 2.1.0
Released Jun 28, 2026 - 81.72 KBWorks with firefox 142.0 and laterBug Fixes:
- Fixed time tracking accuracy when multiple tabs are open. Tab data no longer overwrites each other.
- Facebook no longer freezes. Removed heavy DOM scanning that caused multi-second hangs.
- TikTok overlay keeps sidebar clickable and auto-removes when leaving the feed.
- Extension works on fresh install. All platforms default to enabled.
- Fixed undeclared variable crash in Facebook settings handler.
New Features:
- Support modal with common troubleshooting steps.
- Report an Issue link inside the support modal.
- Added support option
- Added request feature option
- Request a Feature link in the popup footer.
UI Changes:
- Power button colors changed to green for on, red for off.
- Stats label changed from min saved to min spent.
- Footer links made slightly larger.
Technical:
- Time tracking moved to background script to prevent race conditions.
- Source remains unminified with no external dependencies.Source code released under END-USER LICENSE AGREEMENT License