OnlyFans Chat Exporter (CSV)

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

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
thomased
일일 설치 수
2
총 설치 수
2
평점
0 0 0
버전
1.3.3
생성일
2026-03-30
갱신일
2026-03-30
크기
17.6KB
라이선스
MIT
적용 사이트

📥 OnlyFans Chat Exporter (CSV)

A handy Tampermonkey script to export your OnlyFans conversations into a clean, Excel-compatible CSV file.

✨ Features

  • 🤖 Auto-Loading: Takes control of the chat window to automatically scroll up (loading the entire chat history) and then gracefully scrolls back down to ensure all recent messages are rendered by the virtual DOM before capturing.
  • 📊 Clean Formatting: Organizes the data into neatly separated columns: ISO Timestamp, Sender (Me / Partner's Name), Message, Liked, and Media URL.
  • ⏱️ Smart Timestamps: Converts native OnlyFans dates and 12-hour times (e.g., "Mar 3, '24 10:05 am") into standard ISO format (YYYY-MM-DD HH:mm).
  • 😁 Emoji Support: Injects a UTF-8 BOM into the file so emojis and special characters display perfectly in Microsoft Excel and Google Sheets.
  • 🛡️ CSV Integrity: Prevents broken spreadsheet rows by flattening in-message newlines into spaces.
  • 🎨 Discreet UI: Features a neat, toggleable side-panel that stays hidden on the edge of the screen and only appears when you are actively inside a chat.

🚀 How to Use

  1. Install the script via Tampermonkey.
  2. Navigate to any OnlyFans chat.
  3. Look for the small light blue "OF CSV" tab on the right side of the screen and click it to open the panel.
  4. Click "Load All & Export".
  5. Wait while the script automatically scrolls through the history and synchronizes the messages. Once finished, the .csv file will download automatically.

🔒 Privacy

This script runs entirely locally within your browser. It simply reads the loaded text from the DOM and generates a local file. No data is sent to any external servers.