<?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: ml3dev</title>
    <description>The latest articles on DEV Community by ml3dev (@ml3dev).</description>
    <link>https://dev.to/ml3dev</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.amazonaws.com%2Fuploads%2Fuser%2Fprofile_image%2F3883064%2F49b34a5b-0d35-4805-835e-4cc7e2905df6.jpg</url>
      <title>DEV Community: ml3dev</title>
      <link>https://dev.to/ml3dev</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/ml3dev"/>
    <language>en</language>
    <item>
      <title>I built an open source tab suspender after The Great Suspender got removed for malware</title>
      <dc:creator>ml3dev</dc:creator>
      <pubDate>Thu, 16 Apr 2026 19:13:28 +0000</pubDate>
      <link>https://dev.to/ml3dev/i-built-an-open-source-tab-suspender-after-the-great-suspender-got-removed-for-malware-4gj2</link>
      <guid>https://dev.to/ml3dev/i-built-an-open-source-tab-suspender-after-the-great-suspender-got-removed-for-malware-4gj2</guid>
      <description>&lt;h2&gt;
  
  
  The Problem
&lt;/h2&gt;

&lt;p&gt;Chrome eats RAM. If you've ever had 30+ tabs open and watched your laptop slow to a crawl, you know the pain. The Great Suspender used to fix this, until it got bought by someone who injected malware into it and Google pulled it from the store.&lt;/p&gt;

&lt;p&gt;Chrome added Memory Saver but it's basic. No whitelist, no form protection, no control over what gets suspended.&lt;/p&gt;

&lt;h2&gt;
  
  
  What I Built
&lt;/h2&gt;

&lt;p&gt;I built &lt;a href="https://chromewebstore.google.com/detail/drowzy-tab-suspender-memo/oijfnkaakdamnijjgehjpfmclhigmapa" rel="noopener noreferrer"&gt;Drowzy&lt;/a&gt;, a free open source tab suspender for Chrome.&lt;/p&gt;

&lt;p&gt;The key difference from other suspenders: it uses Chrome's native &lt;code&gt;chrome.tabs.discard()&lt;/code&gt; API instead of replacing your tabs with fake pages. Your tabs literally cannot be lost, even if you uninstall the extension.&lt;/p&gt;

&lt;h2&gt;
  
  
  Features
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Auto-suspend inactive tabs (configurable timer)&lt;/li&gt;
&lt;li&gt;Smart protection for audio, pinned, and form tabs&lt;/li&gt;
&lt;li&gt;Whitelist sites that should never suspend&lt;/li&gt;
&lt;li&gt;Save and restore tab sessions&lt;/li&gt;
&lt;li&gt;Keyboard shortcuts&lt;/li&gt;
&lt;li&gt;Side panel interface&lt;/li&gt;
&lt;li&gt;Dark and light theme&lt;/li&gt;
&lt;li&gt;57 languages&lt;/li&gt;
&lt;li&gt;Zero tracking, zero data collection&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  The Technical Stuff
&lt;/h2&gt;

&lt;ul&gt;
&lt;li&gt;Manifest V3&lt;/li&gt;
&lt;li&gt;306KB total size&lt;/li&gt;
&lt;li&gt;Uses &lt;code&gt;chrome.tabs.discard()&lt;/code&gt; for native suspension&lt;/li&gt;
&lt;li&gt;Optional host permissions (no scary install warning)&lt;/li&gt;
&lt;li&gt;80+ bugs fixed in the latest release including security hardening&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Open Source
&lt;/h2&gt;

&lt;p&gt;The entire codebase is MIT licensed. You can read every line of code, fork it, or contribute.&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/ml3dev/drowzy" rel="noopener noreferrer"&gt;GitHub repo&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Would love feedback from other devs, especially on the approach of using native discard vs custom suspended pages. Open a GitHub issue if you find anything!&lt;/p&gt;

</description>
      <category>productivity</category>
      <category>opensource</category>
    </item>
  </channel>
</rss>
