joao-neves95 / medium-unlimited_no-analytics

A browser extension to read medium.com articles for free without membership.

Home Page:https://medium-unlimited.ml/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Medium Unlimited - No Analytics

This is the fork of Medium Unlimited, where it was deleted all tracking function calls.

To install on Firefox use the .xpi file on the "release/" folder.

To install on Chrome follow the steps on the Original README.

Also, good for reference on development: web-ext-build


Original README:

Medium Unlimited Tweet

Code repository for the browser extension to unlock the articles behind the medium.com membership paywall.

Try the production version of the extension here:

For Chrome: https://manojvivek.github.io/medium-unlimited/download/

For Firefox: https://addons.mozilla.org/en-US/firefox/addon/medium-unlimited-read-for-free

Development

Run the following to build the code:

npm run dev         #For local development
#or
npm run build       #For production release

This will generate the bundle and other required files in ./dist directory.

Load the generated chrome extension in chrome by Kebab menu(⋮) -> More Tools -> Extensions and then click on LOAD UNPACKED and select the dist folder. Chrome extension is loaded and ready to use.

Screenshot:

alt text

About

A browser extension to read medium.com articles for free without membership.

https://medium-unlimited.ml/

License:GNU General Public License v3.0


Languages

Language:SCSS 50.9%Language:JavaScript 48.6%Language:Shell 0.5%