<?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: Francisco Javier Noves Moreno</title>
    <description>The latest articles on DEV Community by Francisco Javier Noves Moreno (@francisco_javiernovesmo).</description>
    <link>https://dev.to/francisco_javiernovesmo</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%2F4024300%2F78dffab8-d473-45ac-b84c-de25bfdf44dd.png</url>
      <title>DEV Community: Francisco Javier Noves Moreno</title>
      <link>https://dev.to/francisco_javiernovesmo</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/francisco_javiernovesmo"/>
    <language>en</language>
    <item>
      <title>How I built a Chrome extension that reads Terms of Service using AI — and what I found</title>
      <dc:creator>Francisco Javier Noves Moreno</dc:creator>
      <pubDate>Fri, 10 Jul 2026 16:30:17 +0000</pubDate>
      <link>https://dev.to/francisco_javiernovesmo/how-i-built-a-chrome-extension-that-reads-terms-of-service-using-ai-and-what-i-found-1mi</link>
      <guid>https://dev.to/francisco_javiernovesmo/how-i-built-a-chrome-extension-that-reads-terms-of-service-using-ai-and-what-i-found-1mi</guid>
      <description>&lt;h2&gt;
  
  
  The problem that made me build this
&lt;/h2&gt;

&lt;p&gt;Every time I signed up for a new app or service, I clicked "I Agree" without reading a single line. Nobody reads Terms of Service. They're 30+ pages of dense legal language designed to be ignored.&lt;/p&gt;

&lt;p&gt;But I kept hearing horror stories:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Apps training their AI on your private photos&lt;/li&gt;
&lt;li&gt;Subscriptions auto-renewing for €99/year after a free trial&lt;/li&gt;
&lt;li&gt;Platforms stripping your right to sue them (forced arbitration)&lt;/li&gt;
&lt;li&gt;Companies sharing your data with hundreds of "partners"&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;So I built &lt;strong&gt;ToS Radar PRO&lt;/strong&gt; — a Chrome extension that reads the fine print so you don't have to.&lt;/p&gt;




&lt;h2&gt;
  
  
  How it works
&lt;/h2&gt;

&lt;p&gt;The extension uses AI to scan any Terms of Service or Privacy Policy page and flags six categories of dangerous clauses:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;
&lt;strong&gt;AI/Data Scraping&lt;/strong&gt; — "We may use your content to train our AI models"&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Forced Arbitration&lt;/strong&gt; — You waive your right to take them to court&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Auto-Renewals&lt;/strong&gt; — Subscription traps buried in paragraph 47&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Data Sharing&lt;/strong&gt; — Your data sold to advertisers and data brokers&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Unilateral Changes&lt;/strong&gt; — They can change the terms anytime without notice&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;Account Termination&lt;/strong&gt; — They can delete your account for any reason&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;The key architectural decision: &lt;strong&gt;everything runs locally in your browser&lt;/strong&gt;. No API calls, no external servers, no data leaving your machine. Pure privacy.&lt;/p&gt;




&lt;h2&gt;
  
  
  Tech stack
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Chrome Extension Manifest V3&lt;/li&gt;
&lt;li&gt;Vanilla JavaScript (no frameworks — keeping it lean)&lt;/li&gt;
&lt;li&gt;Local AI inference via the browser&lt;/li&gt;
&lt;li&gt;Zero external dependencies&lt;/li&gt;
&lt;/ul&gt;




&lt;h2&gt;
  
  
  What I found while testing
&lt;/h2&gt;

&lt;p&gt;After running it against 50+ popular websites, here are the most common traps:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;
&lt;strong&gt;97%&lt;/strong&gt; of apps reserve the right to train AI on your data&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;83%&lt;/strong&gt; include forced arbitration clauses&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;76%&lt;/strong&gt; have auto-renewal terms that are hard to find&lt;/li&gt;
&lt;li&gt;
&lt;strong&gt;100%&lt;/strong&gt; reserve the right to change terms at any time&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;The worst offenders? Social media platforms and productivity SaaS tools.&lt;/p&gt;




&lt;h2&gt;
  
  
  Try it free
&lt;/h2&gt;

&lt;p&gt;ToS Radar PRO is completely free on the Chrome Web Store:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://chromewebstore.google.com/detail/tos-radar-pro-%E2%80%93-ai-legal/ldmpbnpnflpglocpaocojmlffnbglngi" rel="noopener noreferrer"&gt;Install ToS Radar PRO&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from the DEV community — especially on the tech approach and features you'd want added. What clauses do you care about most?&lt;/p&gt;

</description>
      <category>chromeextension</category>
      <category>ai</category>
      <category>privacy</category>
      <category>webdev</category>
    </item>
  </channel>
</rss>
