-
Notifications
You must be signed in to change notification settings - Fork 0
MDThisPage
MD-This-Page is a browser extension that converts any web page to clean, readable Markdown in one click. It strips navigation, ads, and boilerplate from the page and extracts the readable content as structured Markdown, ready to paste into an LLM prompt, a notes tool, or a document pipeline.
The extension targets the friction point of getting web content into LLM workflows: raw HTML is noisy and token-expensive, while copy-pasting plain text loses structure. MD-This-Page produces clean Markdown that preserves headings, lists, and tables without requiring a separate fetch-and-parse step.
Placed in Tools > Assess because the problem it solves — quickly getting clean web content into LLM workflows — is common and the browser extension delivery mechanism is the lowest-friction option available. Similar capabilities exist (Jina Reader, browser reader modes) but a one-click extension is more accessible for ad hoc use than API-based alternatives. Worth trying for anyone who regularly feeds web pages into LLM prompts or RAG pipelines.