Your model is reading div soup. Feed it Markdown.

LLMFeeder strips nav, ads, and script noise from any page, then copies the rest as clean Markdown. One click, all in your browser.

10.4× fewer tokens on the median page we measured. See the measurements

Free · MIT · v2.2.0 · No account, no telemetry

Scroll to strip a page

Strip a page to Markdown

On the measured MDN page, estimated tokens fall from 100,238 for the raw page to 8,577 for the Markdown LLMFeeder produces.

  1. Clear popups and banners
  2. Keep the main article
  3. Drop styles and chrome
  4. Rewrite it as Markdown
  5. Copy it. Paste anywhere.

Why context quality beats context length

A bigger context window does not make a model read better. It just makes it easier to send junk.

Raw page markup carries class names, tracking attributes and script tags that mean nothing to a language model.

  • Markup is noise the model still has to read
  • Structure is signal worth preserving
FormatTokens
Raw HTML100,238
Markdown8,577

Same page. 7% of a 128K window, not 78%.

Tokens you skip on markup are free for the actual question. On a 128K context window, that measured page still leaves most of the room.

  • Raw HTML 100,238 tok 78% of a 128K window
  • LLMFeeder Markdown 8,577 tok 7% of a 128K window

Built for cleaner pastes.

Pull the right content, keep the structure, and check the size before you send it.

The page never leaves your browser.

Extraction, Markdown conversion, and clipboard writes all run locally. No backend, no account, no upload.

  • Nothing is sent over the network during conversion
  • Only the permissions it needs to work
  • MIT licensed, and you can read every line

Stop pasting markup.

Install it for your browser, then star the repo so the next person stuck in <div> soup can find it too.