Tellonym Answer Revealer

Reveals the answers on a Tellonym user's page without logging in.

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

  • v1.1 2025-11-30

    v1.1

    • script now runs at document-start to ensure fetch is hooked before tellonym’s app initializes
    • fixed fetch hook missing relative urls by resolving them with location.origin
    • switched url matching from strict regex to pathname.startsWith for better compatibility
    • improved detection for profile endpoints using /api/profiles/name/*
    • improved detection for followings endpoints using /api/followings/id/*
    • fixed issue where status window stayed on “waiting for profile data...” because profile fetch fired too early
    • guaranteed profile fetch interception regardless of query parameters (limit, etc.)
    • minor cleanup and reliability improvements in DOM swap timing
    • added support for new profile endpoint pattern with query params
    • made profile match tolerant to additional url parameters
  • v1.0 2025-03-30