<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:dc="http://purl.org/dc/elements/1.1/">
  <channel>
    <title>DEV Community: zephyr whimsy</title>
    <description>The latest articles on DEV Community by zephyr whimsy (@zephyr_whimsy_e62111ac412).</description>
    <link>https://dev.to/zephyr_whimsy_e62111ac412</link>
    <image>
      <url>https://media2.dev.to/dynamic/image/width=90,height=90,fit=cover,gravity=auto,format=auto/https:%2F%2Fdev-to-uploads.s3.us-east-2.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F4036322%2Fe1359b8d-f753-45ef-8fd8-f52bbe8979ef.jpg</url>
      <title>DEV Community: zephyr whimsy</title>
      <link>https://dev.to/zephyr_whimsy_e62111ac412</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/zephyr_whimsy_e62111ac412"/>
    <language>en</language>
    <item>
      <title>Stop pasting webpages into ChatGPT — you are wasting ~65% of your tokens</title>
      <dc:creator>zephyr whimsy</dc:creator>
      <pubDate>Sun, 19 Jul 2026 09:33:29 +0000</pubDate>
      <link>https://dev.to/zephyr_whimsy_e62111ac412/stop-pasting-webpages-into-chatgpt-you-are-wasting-65-of-your-tokens-402e</link>
      <guid>https://dev.to/zephyr_whimsy_e62111ac412/stop-pasting-webpages-into-chatgpt-you-are-wasting-65-of-your-tokens-402e</guid>
      <description>&lt;p&gt;If you paste webpages into ChatGPT or Claude regularly, you are probably wasting a third of your context window on nav menus, cookie banners, and "related articles" widgets.&lt;/p&gt;

&lt;p&gt;I measured it. A typical article page is ~24,000 characters as rendered HTML-to-text; the actual article is ~8,000. Everything else is website furniture — and the model has to spend attention (and you have to spend tokens) figuring out which is which.&lt;/p&gt;

&lt;h2&gt;
  
  
  The usual fixes, and where they break
&lt;/h2&gt;

&lt;p&gt;&lt;strong&gt;Copy-paste.&lt;/strong&gt; Fast, but you drag in everything: sidebars, footers, comment CTAs. Tables turn to mush, code blocks lose their fences.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;&lt;code&gt;r.jina.ai&lt;/code&gt; URL prefix.&lt;/strong&gt; Genuinely clever — prefix any public URL and get Markdown back, no install. But it's a server-side fetch, so it breaks exactly where you need it most: Reddit threads (blocked), X posts (login wall), paywalled articles, anything behind your session.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Readability-based scripts.&lt;/strong&gt; Work fine on clean blog posts, fall over on structured sites (docs with tabs, forums, video pages).&lt;/p&gt;

&lt;h2&gt;
  
  
  What actually solved it for me: convert in the browser
&lt;/h2&gt;

&lt;p&gt;The insight is boring but important: &lt;strong&gt;your browser already has the fully rendered, logged-in page&lt;/strong&gt;. Server-side readers have to fight for access; an extension just reads what you can see.&lt;/p&gt;

&lt;p&gt;My daily workflow now:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open any page — Reddit thread, X post, YouTube video, docs.&lt;/li&gt;
&lt;li&gt;One click → clean Markdown (headings, lists, tables, code fences preserved).&lt;/li&gt;
&lt;li&gt;Send straight to ChatGPT/Claude, or save as &lt;code&gt;.md&lt;/code&gt; for Obsidian.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;On token count: clean Markdown of the same article runs &lt;strong&gt;~65% fewer tokens&lt;/strong&gt; than raw copy-paste, because none of the furniture comes along. Over a month of heavy research use, that's real money on API workflows.&lt;/p&gt;

&lt;p&gt;Site-specific extractors matter more than I expected. Generic readability guesses; a Reddit extractor &lt;em&gt;knows&lt;/em&gt; what a comment thread is (score, nesting, OP), a YouTube extractor grabs the transcript. Web2MD ships 16 of these.&lt;/p&gt;

&lt;h2&gt;
  
  
  When each tool wins
&lt;/h2&gt;

&lt;div class="table-wrapper-paragraph"&gt;&lt;table&gt;
&lt;thead&gt;
&lt;tr&gt;
&lt;th&gt;Scenario&lt;/th&gt;
&lt;th&gt;Best tool&lt;/th&gt;
&lt;/tr&gt;
&lt;/thead&gt;
&lt;tbody&gt;
&lt;tr&gt;
&lt;td&gt;Public article, one-off, no install&lt;/td&gt;
&lt;td&gt;
&lt;code&gt;r.jina.ai&lt;/code&gt; prefix&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Automation/pipelines on public URLs&lt;/td&gt;
&lt;td&gt;Jina Reader API / Firecrawl&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Reddit, X, paywalls, logged-in pages&lt;/td&gt;
&lt;td&gt;Browser extension&lt;/td&gt;
&lt;/tr&gt;
&lt;tr&gt;
&lt;td&gt;Batch-convert 50 URLs for an agent&lt;/td&gt;
&lt;td&gt;Extension + MCP&lt;/td&gt;
&lt;/tr&gt;
&lt;/tbody&gt;
&lt;/table&gt;&lt;/div&gt;

&lt;p&gt;I build &lt;a href="https://web2md.org" rel="noopener noreferrer"&gt;Web2MD&lt;/a&gt; (free tier, no signup for the web tools), so the browser-extension enthusiasm is earned bias — but the comparison table holds regardless of whose extension you use. If your AI workflow chokes on exactly the pages that matter, move the conversion into the browser.&lt;/p&gt;

&lt;p&gt;Happy to answer questions about the extraction internals — the Reddit one was the most annoying to get right.&lt;/p&gt;

</description>
    </item>
  </channel>
</rss>
