EmbedCast Link Extractor (Sidebar Edition)

Collapsible sidebar that centralizes all detected video/iframe links.

Ezek a szkript azon változatai, ahol a kód módosítva lett. Minden verzió mutatása

  • v2.0 2026.04.03.

    📝 Release Notes - EmbedCast v2.0

    • Centralized UI (Sidebar): Instead of showing multiple buttons on every iframe (which was messy), all links are now collected in a single, clean sidebar on the right side of the screen.
    • Cross-Domain Communication: Implemented window.postMessage. This allows scripts trapped inside protected iframes to safely send detected URLs to the main page.
    • Lazyload Detection: Added support for .lazyloade classes and data-src attributes to catch links that haven't loaded yet.
    • Duplicate Prevention: Added a Set object to ensure the same URL isn't listed multiple times.
    • Auto-Trigger: The sidebar automatically slides out when the first link is detected to notify the user.
    • Z-Index Optimization: Set the sidebar to the maximum possible integer (2147483647) to ensure it stays above any video player or pop-up.
  • v1.1 2026.03.31.

    Changelog
    v1.1 - EmbedCast Style Update
    - Added @icon with EmbedCast logo for Tampermonkey extension display
    - Updated UI colors to match EmbedCast branding (dark blue #1a1a2e + green #00ffcc)
    - Added EmbedCast logo and title to floating UI
    - Changed button to gradient style (green)
    - Added subtle green glow shadow effect
    - URL now truncates with ellipsis and shows full URL on hover (tooltip)
    - Updated element IDs from mori-* to embedcast-*
    v1.0 - Initial Release
    - Detect iframes on any website
    - Prioritize #iframePlayer elements
    - Floating UI button to copy embed URL
    - Visual feedback when URL is copied
    - Auto-stop interval after successful injection

  • v1.0 2026.03.31.