<?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: Dhaval Joshi</title>
    <description>The latest articles on DEV Community by Dhaval Joshi (@dhaval_joshi_c632a2b7868e).</description>
    <link>https://dev.to/dhaval_joshi_c632a2b7868e</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%2F3293004%2Fcb30903b-c0a0-4a30-861c-0765232b35bf.png</url>
      <title>DEV Community: Dhaval Joshi</title>
      <link>https://dev.to/dhaval_joshi_c632a2b7868e</link>
    </image>
    <atom:link rel="self" type="application/rss+xml" href="https://dev.to/feed/dhaval_joshi_c632a2b7868e"/>
    <language>en</language>
    <item>
      <title>Stop Hitting Medium's Paywall: Open Articles in Freedium with One Click</title>
      <dc:creator>Dhaval Joshi</dc:creator>
      <pubDate>Wed, 15 Jul 2026 06:24:12 +0000</pubDate>
      <link>https://dev.to/dhaval_joshi_c632a2b7868e/stop-hitting-mediums-paywall-open-articles-in-freedium-with-one-click-25d1</link>
      <guid>https://dev.to/dhaval_joshi_c632a2b7868e/stop-hitting-mediums-paywall-open-articles-in-freedium-with-one-click-25d1</guid>
      <description>&lt;p&gt;As developers, we read a lot.&lt;/p&gt;

&lt;p&gt;Whether it's tutorials, architecture discussions, AI research, or engineering blogs, Medium is home to a huge amount of valuable content. Unfortunately, many articles eventually run into the member-only prompt, interrupting the reading experience.&lt;/p&gt;

&lt;p&gt;I wanted a simpler workflow.&lt;/p&gt;

&lt;p&gt;Instead of manually copying a Medium URL, opening Freedium, and pasting the link every time, I built a Chrome extension that automates the process.&lt;/p&gt;

&lt;h2&gt;
  
  
  Introducing Freedium – Read Medium Articles Free
&lt;/h2&gt;

&lt;p&gt;This extension detects the current Medium article and lets you open it in &lt;strong&gt;Freedium&lt;/strong&gt; with a single click.&lt;/p&gt;

&lt;p&gt;No copying URLs.&lt;/p&gt;

&lt;p&gt;No switching tabs.&lt;/p&gt;

&lt;p&gt;Just click and continue reading.&lt;/p&gt;

&lt;h2&gt;
  
  
  Why I Built It
&lt;/h2&gt;

&lt;p&gt;My normal workflow looked like this:&lt;/p&gt;

&lt;ol&gt;
&lt;li&gt;Open a Medium article.&lt;/li&gt;
&lt;li&gt;Hit the member-only prompt.&lt;/li&gt;
&lt;li&gt;Open Freedium.&lt;/li&gt;
&lt;li&gt;Paste the article URL.&lt;/li&gt;
&lt;li&gt;Wait for the page to load.&lt;/li&gt;
&lt;/ol&gt;

&lt;p&gt;It only takes a minute, but repeating it multiple times a day gets annoying.&lt;/p&gt;

&lt;p&gt;This extension removes those repetitive steps.&lt;/p&gt;

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

&lt;ul&gt;
&lt;li&gt;🚀 One-click access to Freedium&lt;/li&gt;
&lt;li&gt;⚡ Lightweight Chrome extension&lt;/li&gt;
&lt;li&gt;🧩 No account required&lt;/li&gt;
&lt;li&gt;🔗 Automatically detects the current Medium article&lt;/li&gt;
&lt;li&gt;🎯 Simple and minimal interface&lt;/li&gt;
&lt;li&gt;💻 Open source&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  How It Works
&lt;/h2&gt;

&lt;p&gt;The extension simply:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Detects when you're viewing a Medium article.&lt;/li&gt;
&lt;li&gt;Retrieves the current page URL.&lt;/li&gt;
&lt;li&gt;Opens the corresponding Freedium page in a new tab.&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;That's it.&lt;/p&gt;

&lt;p&gt;No tracking.&lt;/p&gt;

&lt;p&gt;No complex background services.&lt;/p&gt;

&lt;p&gt;Just a small utility that saves a few clicks every day.&lt;/p&gt;

&lt;h2&gt;
  
  
  Installation
&lt;/h2&gt;

&lt;p&gt;Install it directly from the Chrome Web Store:&lt;/p&gt;

&lt;p&gt;&lt;strong&gt;Chrome Extension&lt;/strong&gt;&lt;br&gt;
&lt;a href="https://chromewebstore.google.com/detail/freedium-read-medium-arti/fmjhglncijcinacolmmaepghmgcloljf" rel="noopener noreferrer"&gt;https://chromewebstore.google.com/detail/freedium-read-medium-arti/fmjhglncijcinacolmmaepghmgcloljf&lt;/a&gt;&lt;/p&gt;

&lt;h2&gt;
  
  
  Source Code
&lt;/h2&gt;

&lt;p&gt;The project is completely open source.&lt;/p&gt;

&lt;p&gt;GitHub Repository:&lt;/p&gt;

&lt;p&gt;&lt;a href="https://github.com/therohanparmar/medium-to-freedium" rel="noopener noreferrer"&gt;https://github.com/therohanparmar/medium-to-freedium&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Feel free to:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;⭐ Star the repository&lt;/li&gt;
&lt;li&gt;🐛 Report issues&lt;/li&gt;
&lt;li&gt;💡 Suggest improvements&lt;/li&gt;
&lt;li&gt;🔀 Submit pull requests&lt;/li&gt;
&lt;/ul&gt;

&lt;h2&gt;
  
  
  Tech Stack
&lt;/h2&gt;

&lt;p&gt;The extension is built using:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;JavaScript&lt;/li&gt;
&lt;li&gt;HTML&lt;/li&gt;
&lt;li&gt;CSS&lt;/li&gt;
&lt;li&gt;Chrome Extensions API (Manifest V3)&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;Keeping the codebase simple makes it easy for anyone to contribute or customize.&lt;/p&gt;

&lt;h2&gt;
  
  
  Future Ideas
&lt;/h2&gt;

&lt;p&gt;Some enhancements I'm considering include:&lt;/p&gt;

&lt;ul&gt;
&lt;li&gt;Support for Firefox and Edge&lt;/li&gt;
&lt;li&gt;Keyboard shortcuts&lt;/li&gt;
&lt;li&gt;Context menu integration&lt;/li&gt;
&lt;li&gt;Automatic redirection (optional)&lt;/li&gt;
&lt;li&gt;Better UI and user preferences&lt;/li&gt;
&lt;/ul&gt;

&lt;p&gt;If you have other ideas, I'd love to hear them.&lt;/p&gt;

&lt;h2&gt;
  
  
  Disclaimer
&lt;/h2&gt;

&lt;p&gt;This extension does &lt;strong&gt;not&lt;/strong&gt; modify Medium or bypass authentication. It simply streamlines the process of opening the current Medium article in Freedium. Whether an article is accessible depends on Freedium's service and Medium's policies.&lt;/p&gt;

&lt;h2&gt;
  
  
  Final Thoughts
&lt;/h2&gt;

&lt;p&gt;Sometimes the best developer tools aren't large frameworks or AI assistants—they're tiny utilities that remove repetitive friction from your daily workflow.&lt;/p&gt;

&lt;p&gt;If you're someone who frequently reads Medium articles, I hope this extension saves you a few clicks and makes your reading experience a little smoother.&lt;/p&gt;

&lt;p&gt;If you find it useful, consider giving the project a ⭐ on GitHub or contributing to the repository.&lt;/p&gt;

&lt;p&gt;Happy reading! 📚&lt;/p&gt;

</description>
      <category>automation</category>
      <category>productivity</category>
      <category>showdev</category>
      <category>sideprojects</category>
    </item>
    <item>
      <title>Introducing CursorNinja – One Script to Install, Update &amp; Setup the Cursor Editor!</title>
      <dc:creator>Dhaval Joshi</dc:creator>
      <pubDate>Wed, 25 Jun 2025 07:44:07 +0000</pubDate>
      <link>https://dev.to/dhaval_joshi_c632a2b7868e/introducing-cursorninja-one-script-to-install-update-setup-the-cursor-editor-2889</link>
      <guid>https://dev.to/dhaval_joshi_c632a2b7868e/introducing-cursorninja-one-script-to-install-update-setup-the-cursor-editor-2889</guid>
      <description>&lt;p&gt;I just open-sourced CursorNinja 🚀&lt;br&gt;
A clean and reliable Bash-based utility to simplify your Cursor Editor setup &amp;amp; updates.&lt;/p&gt;

&lt;p&gt;🔧 What it does:&lt;/p&gt;

&lt;p&gt;Installs the latest or specified version of Cursor&lt;/p&gt;

&lt;p&gt;Auto-checks existing installation and upgrades smoothly&lt;/p&gt;

&lt;p&gt;Works across macOS and Linux&lt;/p&gt;

&lt;p&gt;One-liner install method ready!&lt;/p&gt;

&lt;p&gt;🛠️ Perfect for developers who want to:&lt;/p&gt;

&lt;p&gt;Reinstall after system format&lt;/p&gt;

&lt;p&gt;Share setup scripts in teams&lt;/p&gt;

&lt;p&gt;Use Cursor AI locally with consistent environments&lt;/p&gt;

&lt;p&gt;Try it now 👉 &lt;a href="https://github.com/vcian/CursorNinja" rel="noopener noreferrer"&gt;https://github.com/vcian/CursorNinja&lt;/a&gt;&lt;/p&gt;

&lt;p&gt;Contributions, stars ⭐ and feedback are welcome!&lt;/p&gt;

</description>
      <category>linux</category>
      <category>opensource</category>
      <category>beginners</category>
      <category>ai</category>
    </item>
  </channel>
</rss>
