medium-unlimited

(★ 5,466)

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

File Explorer

  • .babelrc
  • .gitattributes
  • .gitignore
  • .prettierrc
  • LICENSE
  • manifest.json
  • package-lock.json
  • package.json
  • README.md
  • webpack.config.js

# Installation Guide

node
Prerequisites

Setup Steps

npm install

Install project dependencies.

npm run dev

Build the code for local development in the dist folder.

Key Commands

npm install

Install dependency packages defined in package.json.

npm run dev

Build code for local development and output files into the dist directory.

npm run build

Build the project for production release.

Load the generated dist folder as an unpacked extension in your browser after building.

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

npm run

View Details ▼

Run a script.

npm run

List available scripts:

npm run {{script_name}}

Run a script:

npm run {{script_name}} -- {{argument}} {{--option}}

Pass arguments to a script:

// repository documentation