Mobile Redirect Video to External App

Detects video sources by injecting code to bypass player sandboxing and uses robust redirect methods.

這裡顯示腳本的所有版本。 只顯示彼此間有代碼差異的版本。

  • v4.8 2025-11-11

    Changes Made:

    1. Debug Toggle Command: A "Toggle Debug Mode" command has been added to the Tampermonkey menu. It saves its state (on/off) and defaults to "off". When toggled, it will prompt you to reload the page.
    2. Comment Cleanup: All large, decorative comment blocks have been removed to improve readability, leaving only the essential userscript header and necessary inline comments.
    3. Configuration: The CONFIG object was removed, and its settings are now defined as constants at the top of the script for easier access.
  • v4.7 2025-10-21

    📜 Changelog

    • v4.7
      • [FIX] Implemented a new redirection method by creating and clicking a temporary link. This bypasses strict Content Security Policies (CSP) on many modern websites that were previously blocking the redirect.
      • [IMPROVEMENT] Code refactoring for clarity and reliability.
  • v4.7 2025-10-21