This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| /** | |
| * 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. | |
| * |