Sleazy Fork is available in English.

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 για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Violentmonkey για να εγκαταστήσετε αυτόν τον κώδικα.

θα χρειαστεί να εγκαταστήσετε μια επέκταση όπως το Tampermonkey ή το Userscripts για να εγκαταστήσετε αυτόν τον κώδικα.

You will need to install an extension such as Tampermonkey to install this script.

Θα χρειαστεί να εγκαταστήσετε μια επέκταση διαχείρισης κώδικα χρήστη για να εγκαταστήσετε αυτόν τον κώδικα.

(Έχω ήδη έναν διαχειριστή κώδικα χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Έχω ήδη έναν διαχειριστή στυλ χρήστη, επιτρέψτε μου να τον εγκαταστήσω!)

Δημιουργός
thomased
Ημερήσιες εγκαταστάσεις
2
Σύνολο εγκαταστάσεων
2
Βαθμολογίες
0 0 0
Έκδοση
1.3.3
Δημιουργήθηκε την
30/03/2026
Ενημερώθηκε την
30/03/2026
Μέγεθος
20 KB
Άδεια
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.