Copy Webpage as Markdown
One-click browser extension that extracts any webpage as clean Markdown — perfect for ChatGPT prompts, Obsidian notes, and research. Free, local, no tracking.
How Copy Content Converts Webpages to Markdown
3 stepsOpen the tool
Find the Copy Content icon in your browser toolbar or use the shortcut Alt + C.
Click copy
One click extracts the main article body, cleaning up HTML and removing unnecessary navigation elements.
Paste anywhere
The content is now in your clipboard as formatted Markdown or plain text, ready to paste anywhere.
The Problem with Copy-Paste from Modern Web Pages
When you copy text from a webpage and paste it into ChatGPT, Notion, or your notes app, you get more than just words. Modern pages embed navigation menus, cookie banners, sidebar ads, and invisible Unicode characters that silently corrupt your text. A 600-word article becomes 1,200 characters of noise when pasted into a document editor.
For AI prompts the cost is real: every non-content token inflates your request and can confuse the model. Pasting a raw webpage into Claude or ChatGPT means paying for every ad, footer, and sidebar — content that adds zero signal.
The traditional workaround — paste into Notepad, then clean manually with a text cleaner — takes 30–60 seconds per page. Copy Content collapses that into one click, outputting clean Markdown that preserves document structure: headings, lists, code blocks, and tables. Use the element picker to grab just one section instead of the full page. Verify results with a character counter or analyze keyword density with a word frequency tool.
Markdown Output: Side-by-Side Comparison
What the browser clipboard gives you vs. what Copy Content produces.
Article Title Home About Blog Contact Article Title Share Save Published Jan 2026 Edit Body text mixed with sidebar ads. Buy Premium! Related: 1 2 3 Cookie Settings Privacy Terms
# Article Title Body text, clean and structured. ## Sub-heading - Bullet one - Bullet two > Blockquotes preserved too
Name Age City Alice 30 Paris Edit Delete Bob 25 London Edit Delete
| Name | Age | City | |-------|-----|--------| | Alice | 30 | Paris | | Bob | 25 | London |
Markdown Output Preview
The Precision Workspace is a high-end environment designed for clarity and productivity.
- Fast extraction
- Clean formatting
- No more clutter
# Precision Workspace Design
The Precision Workspace is a high-end
environment designed for clarity.
## Key Features
- Fast extraction
- Clean formatting
- No more clutter
---
_Copied via bzic-tools/copy-content_
_248 words, 1,420 chars_ Frequently Asked Questions
Is Copy Content free to use?
Yes, Copy Content is completely free. No subscriptions, no hidden fees.
Which browsers are supported?
Copy Content works on Google Chrome, Microsoft Edge, and other Chromium-based browsers via the Chrome Web Store, and on Mozilla Firefox via Firefox Add-ons.
Does Copy Content collect my data?
No. Copy Content works entirely in your browser. No data is sent to any server — there are no remote calls, no telemetry, and no account required.
How do I copy text from a webpage without formatting?
Install Copy Content, navigate to any webpage, and click the extension icon. It extracts clean text without HTML formatting, styles, or ads — ready to paste anywhere.
Does Copy Content work on password-protected pages?
Yes, as long as you are logged in and can see the page content in your browser, Copy Content can extract the visible text.
How is Copy Content different from MarkDownload?
Both tools produce Markdown output, but Copy Content is lighter: one click, no configuration required. It also supports Firefox natively and includes an element picker so you can grab just one section of a page instead of the whole document.
Does Copy Content work on single-page apps (SPA)?
Yes. Copy Content reads the current DOM state, so it works on React, Vue, Angular, and other JavaScript-rendered pages as long as the content is visible in the browser.
How do I change the keyboard shortcut?
The default shortcut is Alt+C (Option+C on macOS). In Chrome go to chrome://extensions/shortcuts; in Firefox go to about:addons, click the gear icon, and select "Manage Extension Shortcuts".
Are tables and code blocks preserved in Markdown output?
Yes. Copy Content converts HTML tables to Markdown table syntax and wraps code elements in fenced code blocks, preserving the structure for Obsidian, Notion, GitHub, and AI tools.
Is Copy Content open source?
Yes. The source code is publicly available. You can audit it, contribute, or self-build to verify that no tracking code is present.
Copy Content vs Markdown Alternatives
Looking for a MarkDownload alternative or another way to save webpages as Markdown? Here is how Copy Content compares.
| Feature | Copy Content | MarkDownload | Pure Text | Copy as Plain Text | Notion Clipper |
|---|---|---|---|---|---|
| Markdown output | ✓ | ✓ | ✗ | ✗ | ✓ |
| Element picker | ✓ | ✗ | ✗ | ✗ | ✓ |
| Auto-extract article | ✓ | ✓ | ✗ | ✓ | ✓ |
| Local-only / no tracking | ✓ | ✓ | ✓ | ✓ | ✗ |
| Free | ✓ | ✓ | ✓ | ✓ | Free tier |
| Firefox support | ✓ | ✓ | ✗ | ✗ | ✗ |
7 Real Workflows for Copy Content
ChatGPT & Claude prompts
Copy an article as clean Markdown and paste it directly into ChatGPT or Claude. Zero token-bloat from nav menus, ads, or cookie banners.
Element picker
Pick any single element — a table, a code block, a sidebar — and copy just that part as Markdown instead of the entire page.
Research and notes
Grab article text for Obsidian, Notion, or any notes app in one click. No more selecting, copying, and cleaning up formatting manually.
Sharing content
Copy clean Markdown from a page to share via email, chat, or social media without carrying over messy HTML formatting.
Accessibility
Extract text from visually complex pages for reading in a simpler format or with a screen reader.
Translation workflows
Copy entire page text to paste into translation tools. Get all content in one click instead of selecting section by section.
Archive & offline reading
Save articles as structured Markdown files for offline reading or permanent archival — without the ads and dynamic content that break over time.
Privacy & Permissions
Copy Content requests exactly two browser permissions:
- activeTab — reads the content of the tab you are currently viewing, only when you click the icon. No background access, no other tabs.
- clipboardWrite — puts the extracted Markdown text on your clipboard. Required for the copy button to work.
No remote calls. No telemetry. No account. Runs entirely locally in your browser. The source code is public and auditable — the same "local-only" guarantee described on the Firefox Add-ons listing.