<?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: smartfabai</title>
    <description>The latest articles on DEV Community by smartfabai (@smartfabai_3ca87f6fc84563).</description>
    <link>https://dev.to/smartfabai_3ca87f6fc84563</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%2F4045598%2F6d9c95ba-b93a-4550-933f-9679cc790b17.png</url>
      <title>DEV Community: smartfabai</title>
      <link>https://dev.to/smartfabai_3ca87f6fc84563</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/smartfabai_3ca87f6fc84563"/>
    <language>en</language>
    <item>
      <title>I built an open-source, ad-free ModHeader alternative after the spyware incident</title>
      <dc:creator>smartfabai</dc:creator>
      <pubDate>Fri, 24 Jul 2026 12:45:27 +0000</pubDate>
      <link>https://dev.to/smartfabai_3ca87f6fc84563/i-built-an-open-source-ad-free-modheader-alternative-after-the-spyware-incident-1mgi</link>
      <guid>https://dev.to/smartfabai_3ca87f6fc84563/i-built-an-open-source-ad-free-modheader-alternative-after-the-spyware-incident-1mgi</guid>
      <description>&lt;p&gt;Last month, &lt;a href="https://thehackernews.com/2026/07/google-and-microsoft-pull-modheader.html" rel="noopener noreferrer"&gt;ModHeader was pulled from the Chrome and Edge stores&lt;/a&gt; after researchers found a hidden SDK that quietly collected the domains users visited. It had around 1.6 million installs — and I was one of them.&lt;/p&gt;

&lt;p&gt;I use header editing every day for API work, so I didn't want to just switch to another tool that might show ads or phone home. I wanted something small I could actually trust. So I built &lt;strong&gt;OpenHeader&lt;/strong&gt;.&lt;/p&gt;

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

&lt;p&gt;A minimal Chrome extension to add, modify, and remove &lt;strong&gt;request and response HTTP headers&lt;/strong&gt;:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Set / add / remove request &amp;amp; response headers&lt;/li&gt;
&lt;li&gt;Multiple profiles (switch header sets in one click)&lt;/li&gt;
&lt;li&gt;Per-profile URL filters&lt;/li&gt;
&lt;li&gt;Import / export your settings&lt;/li&gt;
&lt;li&gt;Master on/off toggle&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The part that matters: it never reads your traffic
&lt;/h2&gt;

&lt;p&gt;This was the whole point. OpenHeader applies header changes through Chrome's official &lt;a href="https://developer.chrome.com/docs/extensions/reference/api/declarativeNetRequest" rel="noopener noreferrer"&gt;&lt;code&gt;declarativeNetRequest&lt;/code&gt;&lt;/a&gt; rule engine. That means the extension &lt;strong&gt;declares&lt;/strong&gt; header rules to Chrome — it never intercepts or inspects your requests itself.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;No analytics, no trackers, no ad SDKs&lt;/li&gt;
&lt;li&gt;Your header rules are stored locally (&lt;code&gt;chrome.storage.local&lt;/code&gt;)&lt;/li&gt;
&lt;li&gt;Minimal permissions&lt;/li&gt;
&lt;li&gt;MIT licensed, so you can audit every line&lt;/li&gt;
&lt;/ul&gt;

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

&lt;p&gt;The Chrome Web Store listing is in review, but you can load it unpacked today:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Grab the code: &lt;a href="https://github.com/smartfabai-commits/openheader" rel="noopener noreferrer"&gt;https://github.com/smartfabai-commits/openheader&lt;/a&gt;
&lt;/li&gt;
&lt;li&gt;
&lt;code&gt;chrome://extensions&lt;/code&gt; → enable Developer mode → &lt;strong&gt;Load unpacked&lt;/strong&gt;
&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It's intentionally minimal right now. If you're coming from ModHeader (or another editor), I'd genuinely like to know what you'd miss — issues and PRs welcome.&lt;/p&gt;

&lt;p&gt;Repo: &lt;a href="https://github.com/smartfabai-commits/openheader" rel="noopener noreferrer"&gt;https://github.com/smartfabai-commits/openheader&lt;/a&gt;&lt;/p&gt;

</description>
      <category>opensource</category>
      <category>privacy</category>
      <category>security</category>
      <category>tools</category>
    </item>
  </channel>
</rss>
