Added
- Added dynamic review link in support toast: displays appropriate store name (Mozilla Add-ons, Chrome Web Store, or Microsoft Store) based on detected browser.
- Added browser detection utilities (isFirefox(),isChromium(),isEdge(),isSafari()) for platform-specific features.
Fixed
- Fixed subtitle track matching to handle regional language variants: tracks like "en-US" and "en-GB" now correctly match ASR tracks with base language code "en". This resolves cases where manual subtitles in original language were not detected due to region-specific language codes.
- Fixed race conditions in description processing during SPA navigation. This prevents incorrect descriptions from being displayed or cached when users navigate rapidly between videos, especially when moving from a translated video to a non-translated one.