Gemini support

How to Export Gemini Conversations to Markdown

Updated January 2025 • 3 minute read • By Rashid Azarang

Version 0.4 of ChatGPT Exporter added first-class support for gemini.google.com. Using the same userscript, you can now download Gemini responses as clean Markdown — ideal for notes, documentation, or publishing.

This guide covers the recommended userscript flow and common troubleshooting tips.

Install and export

1

Install a userscript manager

Use Tampermonkey or Violentmonkey. Once installed, pin it so you can enable the script on both ChatGPT and Gemini domains.

2

Install the exporter

Install the Markdown userscript from GreasyFork. If you prefer manual installs, grab the latest bundle from GitHub releases.

3

Enable Gemini domain access

After the first export, your userscript manager may prompt you to allow https://gemini.google.com/*. Approve it so the Export button injects on Gemini pages.

4

Export your Markdown

Open the Gemini conversation, click Export Markdown, and download the .md file. The output mirrors ChatGPT export formatting (headings, lists, code blocks, citations).

Console-only workflow? Head to the documentation for the Gemini snippet and manual instructions.

Compatibility notes

Helpful follow-ups

Install the exporter once, export everywhere

One userscript covers ChatGPT, Gemini, Markdown, HTML, and more.

Install Markdown Exporter View source on GitHub