<?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: Teratech Solutions</title>
    <description>The latest articles on DEV Community by Teratech Solutions (@t3ratech).</description>
    <link>https://dev.to/t3ratech</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%2F4117054%2F14fe09ab-8276-4b8d-9c9b-0c4bdc59f3e8.png</url>
      <title>DEV Community: Teratech Solutions</title>
      <link>https://dev.to/t3ratech</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/t3ratech"/>
    <language>en</language>
    <item>
      <title>T3rnel Browser: an AI agent that runs in your signed-in browser, with CSS capture and full-page PDFs</title>
      <dc:creator>Teratech Solutions</dc:creator>
      <pubDate>Wed, 09 Sep 2026 08:28:38 +0000</pubDate>
      <link>https://dev.to/t3ratech/t3rnel-browser-an-ai-agent-that-runs-in-your-signed-in-browser-with-css-capture-and-full-page-pdfs-2pg2</link>
      <guid>https://dev.to/t3ratech/t3rnel-browser-an-ai-agent-that-runs-in-your-signed-in-browser-with-css-capture-and-full-page-pdfs-2pg2</guid>
      <description>&lt;p&gt;T3rnel Browser is a browser extension + MCP bridge that turns the browser you are already signed into into an inspectable, automatable workspace for developers and their AI agents.&lt;/p&gt;

&lt;h2&gt;
  
  
  What it does
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Hover over any element and copy its real CSS as Tailwind, styled-components, Emotion, CSS Modules, SCSS, or a JSX style object.&lt;/li&gt;
&lt;li&gt;Capture full pages, including inner-scroll app shells like Claude, ChatGPT and most dashboards, and export as PNG, JPG, WebP, or dark/light-aware PDF.&lt;/li&gt;
&lt;li&gt;Inspect React components under the cursor: props, hook state, and source position.&lt;/li&gt;
&lt;li&gt;Clear forms in one click without breaking React's value tracker, or fill them with your own test form data.&lt;/li&gt;
&lt;li&gt;Record and replay browser interactions: clicks, scrolls, keystrokes, form fills and navigation.&lt;/li&gt;
&lt;li&gt;Export recorded flows as Playwright, Cypress, Puppeteer or Selenium test scripts.&lt;/li&gt;
&lt;li&gt;Clear the cache and hard-reload the current page.&lt;/li&gt;
&lt;li&gt;Stop infinite scrolling on feeds and release one more batch when you want it.&lt;/li&gt;
&lt;li&gt;Give any MCP client access to a signed-in browser with a human approval gate and secret redaction — all local.&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Why signed-in matters
&lt;/h2&gt;

&lt;p&gt;Most browser automation launches a fresh browser. That browser has no sessions, no cookies, and no way through the login walls that protect real work. T3rnel runs inside the browser you already use, so the pages you are signed into stay signed in, and a human can see and stop anything the agent tries.&lt;/p&gt;

&lt;h2&gt;
  
  
  Pricing
&lt;/h2&gt;

&lt;p&gt;Free forever for the core inspection, capture, markdown viewer, network/console capture, accessibility audit, record and replay, and base MCP tools. Pro is a one-time purchase for export formats, the full annotation suite, code generation and test-script export, the encrypted vault, DOM compression, the LLM firewall, live shadow testing and time-travel debugging.&lt;/p&gt;

&lt;h2&gt;
  
  
  Install it
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Product site: &lt;a href="https://t3ratech.github.io/t3rnel-browser-plugin/" rel="noopener noreferrer"&gt;https://t3ratech.github.io/t3rnel-browser-plugin/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Chrome Web Store: &lt;a href="https://chromewebstore.google.com/detail/t3rnel-browser/egpckhdpkoeimoekciejbmbbcackhdmd" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/t3rnel-browser/egpckhdpkoeimoekciejbmbbcackhdmd&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Firefox add-on: &lt;a href="https://addons.mozilla.org/en-US/firefox/addon/t3rnel-browser/" rel="noopener noreferrer"&gt;https://addons.mozilla.org/en-US/firefox/addon/t3rnel-browser/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Opera Add-ons: &lt;a href="https://addons.opera.com/en/extensions/details/t3rnel-browser/" rel="noopener noreferrer"&gt;https://addons.opera.com/en/extensions/details/t3rnel-browser/&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Microsoft Edge Add-ons: &lt;a href="https://microsoftedge.microsoft.com/addons/detail/t3rnel-browser/dnplmolfblplbeclnglmjamppekpbcjo" rel="noopener noreferrer"&gt;https://microsoftedge.microsoft.com/addons/detail/t3rnel-browser/dnplmolfblplbeclnglmjamppekpbcjo&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;npm bridge: &lt;a href="https://www.npmjs.com/package/@t3ratech/mcp-session-bridge" rel="noopener noreferrer"&gt;https://www.npmjs.com/package/@t3ratech/mcp-session-bridge&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;GitHub: &lt;a href="https://github.com/t3ratech/mcp-session-bridge" rel="noopener noreferrer"&gt;https://github.com/t3ratech/mcp-session-bridge&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;Skills: &lt;a href="https://github.com/t3ratech/mcp-session-bridge/tree/main/agent-skills" rel="noopener noreferrer"&gt;https://github.com/t3ratech/mcp-session-bridge/tree/main/agent-skills&lt;/a&gt;
&lt;/li&gt;
&lt;/ul&gt;

</description>
      <category>browser</category>
      <category>mcp</category>
      <category>ai</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
