MediaForge - Smooth, flowing control over media playback_播放增强器

A lightweight video enhancement script focusing on core features: speed, volume, picture, and playback control.

这些是此脚本的所有版本。 只显示代码变更过的版本。

  • v2.0.0 2025-11-21
  • v2.0.0 2025-11-21

    Change name to MediaForge - Smooth, flowing control over media playback

  • v1.6.7 2025-11-21
  • v1.6.6 2025-11-20
  • v1.6.5 2025-11-20
  • v1.6.6 2025-11-20

    Changelog

    [1.6.6] - 2025-11-20

    🔥 Fixed

    • Critical Fix: Input Interference on Reddit & Modern Sites
      • Fixed keyboard input being blocked when typing in search fields and input boxes on pages with videos
      • Implemented Shadow DOM traversal to detect the true active element inside web components
      • Reddit search bar now properly allows text input without triggering video hotkeys
      • Other sites with Shadow DOM-based inputs are now fully supported

    🎯 Changes

    • Enhanced isEditable() function to penetrate Shadow DOMs
      • Now recursively checks shadowRoot.activeElement to find actual focused elements
      • Maintains backward compatibility with standard HTML inputs and contenteditable elements
      • Improved ARIA role detection for custom input components (searchbox, textbox, combobox)

    ✅ Testing

    • Verified on Reddit search bar - typing now works correctly
    • Video hotkeys remain functional when focus is on video or page body
    • No regression on other websites (YouTube, Bilibili, etc.)

    📝 Technical Details

    Reddit's modern interface uses web components with Shadow DOM, causing document.activeElement to stop at the component wrapper instead of the actual input. The fix now drills down through Shadow DOM layers to locate the true focused element, ensuring accurate input detection.


    [1.6.5] - Previous Release

    • Previous features and improvements
  • v1.6.5 2025-11-18
  • v1.6.5 2025-11-18
  • v1.6.4 2025-11-18
  • v1.6.4 2025-11-18
  • v1.6.4 2025-11-18
  • v1.6.4 2025-11-18
  • v1.6.3 2025-11-18
  • v1.6.2 2025-11-18
  • v1.6.2 2025-11-18
  • v1.6.1 2025-11-18
  • v1.6.0 2025-11-18