Quick Remove from Watch Later

Removes videos from "Watch Later" with a single click

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

  • v1.1.0 2025-08-08

    📦 Quick Remove from Watch Later – v1.1.0

    ✨ What's New

    • Trusted Types compatibility (Edge fix)
      Replaced innerHTML usage with secure SVG creation via createElementNS. This prevents TrustedHTML-related errors in Microsoft Edge and other browsers with strict content policies.

    • 🌐 Broader YouTube matching
      Updated @match from a specific playlist?list=WL* to a more general https://www.youtube.com/*, allowing for future-proof flexibility (without limiting it to one playlist type).

    • 🧱 Improved injection of delete button
      Buttons are now added using safer DOM methods. This improves compatibility and stability across browsers.

    • 🧹 Cleanup of outdated logic
      Removed unused SVG string and old insertion logic to make the script more robust and maintainable.


    ⚠️ Notes

    • This version is fully functional in Microsoft Edge, Chrome, Firefox, and others.
    • No visual changes have been made to the interface, but internal logic has been hardened.
    • If you use a script manager like Tampermonkey or Violentmonkey, your script should auto-update.
      If not, you can download the .user.js file manually from the repository or via GreasyFork.
  • v1.0.1 2025-07-19
  • v1.0.1 2025-07-17
  • v1.0 2025-07-17