<?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: Gaurav </title>
    <description>The latest articles on DEV Community by Gaurav  (@gauravzn).</description>
    <link>https://dev.to/gauravzn</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%2F3844743%2F686c7852-bfa4-49d9-8f35-fa911ca653b6.jpeg</url>
      <title>DEV Community: Gaurav </title>
      <link>https://dev.to/gauravzn</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/gauravzn"/>
    <language>en</language>
    <item>
      <title>I got tired of right-clicking Reddit galleries, so I built a free, local, open-source downloader</title>
      <dc:creator>Gaurav </dc:creator>
      <pubDate>Thu, 26 Mar 2026 12:59:39 +0000</pubDate>
      <link>https://dev.to/gauravzn/i-got-tired-of-right-clicking-reddit-galleries-so-i-built-a-free-local-open-source-downloader-ag7</link>
      <guid>https://dev.to/gauravzn/i-got-tired-of-right-clicking-reddit-galleries-so-i-built-a-free-local-open-source-downloader-ag7</guid>
      <description>&lt;p&gt;&lt;strong&gt;The Problem: The "Right-Click, Save As" Fatigue&lt;/strong&gt;&lt;br&gt;
We’ve all been there. You find a great thread on Reddit with 20+ high-quality images. To save them, you have to: click, right-click, save, and repeat 19 more times. &lt;/p&gt;

&lt;p&gt;It’s tedious. I looked for existing Chrome extensions, but they were either closed-source or literally charged a premium fee for a basic utility.&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;The Solution: Reddit Picture Gallery Downloader&lt;/strong&gt;&lt;br&gt;
I built a lightweight, Manifest V3 extension that does one thing perfectly: &lt;strong&gt;Adds a native "Download" button to Reddit posts.&lt;/strong&gt;&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;How it works under the hood:&lt;/strong&gt;&lt;br&gt;
Instead of scraping the DOM (which breaks constantly), the extension intercepts the post's underlying JSON. &lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;✅ &lt;strong&gt;Highest Resolution:&lt;/strong&gt; Fetches the uncompressed media URLs.&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Smart Naming:&lt;/strong&gt; Files are auto-numbered (e.g., &lt;code&gt;Post_Title_01.jpg&lt;/code&gt;) so galleries stay in order.&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;Text Extraction:&lt;/strong&gt; Automatically creates a clean &lt;code&gt;.txt&lt;/code&gt; file for text-heavy posts.&lt;/li&gt;
&lt;li&gt;✅ &lt;strong&gt;100% Local:&lt;/strong&gt; No remote servers, no tracking. Everything runs on your machine.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;&lt;strong&gt;Why I made it Open Source:&lt;/strong&gt;&lt;br&gt;
I believe basic tools shouldn't be "black boxes" hidden behind paywalls. You can see exactly how the code handles your data. Plus, if it saves you time, I've set up a tip jar where &lt;strong&gt;90% of proceeds go to St. Jude Children's Research Hospital&lt;/strong&gt;.&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://chromewebstore.google.com/detail/reddit-picture-gallery-do/abhhhegakoaijhgfefmampphfjgmnapc" rel="noopener noreferrer"&gt;Chrome Web Store Link&lt;/a&gt;&lt;/strong&gt;&lt;/li&gt;
&lt;li&gt;&lt;strong&gt;&lt;a href="https://github.com/gauravzn/reddit-gallery-saver" rel="noopener noreferrer"&gt;GitHub Repo&lt;/a&gt; (Star it if it helps!)&lt;/strong&gt;&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;I'm currently looking into stitching Reddit's separate video/audio tracks together locally for V2.0. If you’ve handled &lt;code&gt;v.redd.it&lt;/code&gt; files before, I’d love a PR or some advice in the comments!&lt;/p&gt;

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