OnlyFans Chat Exporter (CSV)

Extracts chat history to CSV. Uses robust message-count tracking, strict time parsing, auto-sorting, and two-stage loader checks.

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

  • v1.3.3 30.3.2026

    v1.3.3 - Stability & Accuracy Update

    • Reliable full history loading: Scroll phase now tracks actual DOM message count instead of scroll height, preventing premature stops
    • Two-stage loader detection: Waits for the loading indicator to appear, then disappear — more robust on slow connections
    • Fixed year parsing bug: Dates without an explicit year (e.g. "Feb 7") were sometimes resolved as the current year; now correctly inferred from context
    • Chronological output: CSV is automatically sorted by timestamp before saving
    • Timestamps: Format changed to YYYY-MM-DD HH:mm (seconds removed, as OnlyFans doesn't expose them)
    • Cleaner filenames: Export uses YYYY-MM-DD_HH-mm format instead of raw toISOString()
  • v1.2.3 30.3.2026