Removes videos from "Watch Later" with a single click
這裡顯示腳本的所有版本。 只顯示彼此間有代碼差異的版本。
✅ 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.
innerHTML
createElementNS
🌐 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).
@match
playlist?list=WL*
https://www.youtube.com/*
🧱 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.
.user.js