garnetred / free-medium

This browser extension allows users to access unlimited member-only Medium articles for free.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Free Medium

"Buy Me A Coffee"

Deprecation

As of July 26, 2023, this browser extension has been deprecated. Medium now requires users to log in to view member-only stories, which prevents this browser extension from working. Instead, you can try Archive.is - also known as Archive.today.

Abstract

This browser extension allows users to access member-only Medium articles for free. Unfortunately this browser extension does not work for custom domains - see "next steps" for more details.

Important Note

This browser extension currently does not work while the DuckDuckGo browser extension is being used on Medium. If you have both extensions installed, you'll need to disable DuckDuckGo temporarily and refresh the page in order to read member-only Medium articles using Free Medium.

Tech Stack

This project uses vanilla JS, CSS, and HTML.

Setup/Installation

You can clone the repo locally using git clone.

This article offers detailed instructions on loading an unpacked chrome extension. You can navigate to the chrome extensions page via the puzzle piece icon in the toolbar. After enabling developer mode, you can click "load unpacked extension" and choose the folder via the popup. You should then see the book icon appear in the toolbar. When you click on it, you can see "Free Medium." If you navigate to www.medium.com and view more than 3 articles without being logged in, you should still be able to access each article without hitting a paywall.

Preview

FreeMediumDemo-2.mov

Next Steps

  • I'd like to hide the gray bar that indicates how many member-only articles you have left.
  • I'd also like to convert this into a Firefox add-on.
  • Ideally, I'd like to update the browser extension to work with custom domains. However, my goal with all of the browser extensions that I've built is to request the lowest amount of permissions possible in order for the extension to function. Currently this extension only requests host permissions for medium.com. In order to support custom domains, I would likely need to expand this permission to all urls, which I'm not comfortable with for privacy reasons. If I'm able to find another way to implement this, I'll likely update the browser extension but if not, I will leave as-is.

About

This browser extension allows users to access unlimited member-only Medium articles for free.


Languages

Language:JavaScript 88.0%Language:HTML 7.8%Language:CSS 4.2%