DAZN FanZone Remover

Hides the DAZN FanZone

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

  • v1.0.1 2025-09-14

    Changelog

    [1.0.1] - 2025-09-14

    Fixed

    • Resilient FanZone detection: replaced strict text equality (=== 'FanZone') with a regex matcher and aria-label support to capture embedded or localized labels.
    • Safe container selection: ensure the script never hides wrappers containing <video>, preventing the blank-screen issue.
    • Reduced console noise: added an attribute marker (data-fz-hidden) to avoid repeated logs and re-hiding of the same node.

    Added

    • Backup detection via chat input placeholder: catches the FanZone even when the explicit "FanZone" label is missing, e.g., using placeholders like “Inizia a scrivere…” / “Write a message…”.

    Technical Notes

    • Kept both MutationObserver (reactive) and setInterval (proactive) for robustness, mirroring the original approach but with safer targeting.
    • Internal refactoring of functions (pickContainer, hide, sweep) for better readability and maintainability.
  • v1.0.0 2025-09-14

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址