Skip to content

Instantly share code, notes, and snippets.

View cmklem's full-sized avatar

Clement B. cmklem

  • Checkmk GmbH
  • France
View GitHub Profile
@cmklem
cmklem / copy-gemini-content-to-markdown.js
Last active May 13, 2026 16:49
Bookmarklet to copy Gemini Deep Research or Canvas content to Markdown in the clipboard
/**
* Gemini Deep Research Markdown Exporter
* --------------------------------------------------
* Purpose: Scrapes the current "Deep Research" panel, extracts the title,
* main content (including tables and code blocks), and source lists,
* then converts them into formatted Markdown and copies it to the clipboard.
*
* Use the minified version prefixed with javascript: in a bookmark URL to
* make it a bookmarklet/Copy Button.
*