MAWed version history - 9 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 5.1
Released May 13, 2026 - 182.61 KBWorks with firefox 109.0 and laterremoved "watched" button from search result siteSource code released under MIT License
Older versions
Version 5.0.1
Released May 11, 2026 - 182.33 KBWorks with firefox 109.0 and laterFixed
Buttons no longer appearing on video thumbnails — caused by YouTube's UI overhaul in May 2025 which migrated the home feed and subscriptions page to a new yt-lockup-view-model component system. The script now detects both the old (ytd-thumbnail > a#thumbnail) and new (.yt-lockup-view-model__content-image > a) thumbnail structures simultaneously, with a fallback for any remaining edge cases.
Thumbnail buttons were being clipped by overflow: hidden on parent elements — fixed by attaching buttons directly to the thumbnail anchor link instead of the thumbnail wrapper, and triggering hover visibility on the whole video card rather than the thumbnail alone.
✨ New
Collapsible panel — the control panel can now be hidden via the "Hide panel" button, collapsing to a small floating icon in the bottom-right corner. State is persisted across sessions via localStorage.
Dim watched videos — when "Show hidden" is active, already-watched videos are visually dimmed (reduced opacity + slight desaturation) so they're immediately distinguishable from unwatched ones.
Smooth button reveal — thumbnail buttons now fade in on hover with a subtle slide animation instead of being always visible.
💅 Redesigned
Control panel rebuilt with a dark glass-morphism style — blurred background, consistent border radius, icon + label buttons.
Thumbnail buttons use a cleaner pill style with stronger shadow for readability on any background color.
🌐 Language
All UI text switched to English.Source code released under MIT License
Version 4.1
Released Sep 24, 2025 - 181.78 KBWorks with firefox 109.0 and laterchanged import and export iconsSource code released under MIT License
Version 4.0
Released Jun 18, 2025 - 181.77 KBWorks with firefox 109.0 and laterbetter performanceSource code released under MIT License
Version 3.6
Released Jun 18, 2025 - 181 KBWorks with firefox 109.0 and laterfixed player buttonSource code released under MIT License
Version 3.5
Released Jun 17, 2025 - 181.04 KBWorks with firefox 109.0 and laterfix layout issuesSource code released under MIT License
Version 3.3
Released Jun 9, 2025 - 181.3 KBWorks with firefox 109.0 and laterfixed panelSource code released under MIT License
Version 3.2
Released Jun 9, 2025 - 181.64 KBWorks with firefox 109.0 and laterperformance fixesSource code released under MIT License
Version 3.0
Released Jun 2, 2025 - 181.66 KBWorks with firefox 109.0 and later- added button on player
- bug fixes
- optimization fixes
Source code released under MIT License