Claude AI with Date

Shows timestamps for Claude conversation messages

Tästä skriptistä on versioita, joissa koodia päivitettiin. Näytä kaikki versiot.

  • v3.2 28.9.2025
    Key changes in v3.2:
    • Changed the name to "Claude AI with Date" so users can find this script more easily.
    Key changes in v3.0:
    • Replaced non-matching selector .group\/conversation-turn with working .flex.flex-col.gap-2
    • Corrected user prompt detection by matching [data-testid="user-message"] instead of relying on tagName
    • Eliminated duplicate timestamps by checking for existing .claude-timestamp elements before inserting
    • Standardized timestamp format to UTC: YYYY-MM-DD HH:MM:SS UTC
    • Added debug logging for selector fallback and matching results
    • Ensured timestamps remain consistent through DOM mutations and async network updates (via MutationObserver and fetch interception)
  • v3.1 29.8.2025

    Changed name from "Claude Timestamp Revealer" to "Claude Time and Date Revealer" to help users locate this script.
    No changes to logic or code in this update.

  • v3.0 15.8.2025
  • v2.6 14.8.2025
  • v2.5 14.8.2025
  • v2.4 14.8.2025
  • v2.3 14.8.2025