HMO 版本历史 - 5 个版本
小心旧版本!显示这些版本是为了测试和参考目的。您应该始终使用附加组件的最新版本。
最新版本
版本 5.0
发布于 2026年5月11日 - 31.02 KB适用于 firefox 109.0a1 及更高版本HMO v5.0 — Release Notes
🔧 Fixed
Members-only videos no longer being detected and hidden — caused by YouTube's UI overhaul in May 2025 which replaced the old badge system with a new badge-shape element inside yt-lockup-view-model components. The extension now targets both old (ytd-badge-supported-renderer, .badge-style-type-members-only) and new (badge-shape, .yt-badge-shape--type-members-only) badge structures.
Videos in the new lockup-based layout were not being hidden even when a badge was detected — fixed by correctly walking up the DOM from the badge to the nearest video container, then further up to ytd-rich-item-renderer if present, ensuring the whole card is hidden rather than just an inner element.
Some new UI variants don't render a badge element at all and instead surface "Members only" text only within the video metadata row — added a secondary scan of yt-lockup-view-model metadata containers as a fallback detection strategy.
🌐 Improved
All chrome. API calls replaced with browser. for consistency with the manifest and background.js (Firefox WebExtensions API).
Multi-language detection fully preserved — all badge text variants across YouTube's supported languages remain in the detection set.源代码遵循 MIT 许可证 发布
较早版本
版本 4.0
发布于 2025年11月24日 - 31.01 KB适用于 firefox 109.0a1 及更高版本Updated for recent YouTube changes源代码遵循 MIT 许可证 发布
版本 3.5
发布于 2025年7月20日 - 31.52 KB适用于 firefox 109.0a1 及更高版本added more languages support源代码遵循 MIT 许可证 发布
版本 3.0
发布于 2025年7月10日 - 29.79 KB适用于 firefox 109.0a1 及更高版本fixed not working on some channels, changed logic源代码遵循 MIT 许可证 发布