medium-unlimited
A browser extension to read medium.com articles for free without membership.
File Explorer
- FUNDING.yml
- logo.gvdesign
- screenshot.png
- screenshot_comparison.gvdesign
- App.css
- App.jsx
- SpreadTheWord.css
- SpreadTheWord.jsx
- .gitignore
- analytics.js
- background.js
- config.js
- constants.js
- medium-unlocker.js
- request_interceptors.js
- storage.js
- utils.js
- floating_button_256.png
- loader.gif
- loader.svg
- logo.png
- logo_128.png
- logo_16.png
- logo_48.png
- footer.html
- head.html
- header.html
- icon-github.html
- icon-github.svg
- icon-twitter.html
- icon-twitter.svg
- archive.html
- default.html
- page.html
- post.html
- _base.scss
- _color.scss
- _layout.scss
- _syntax-highlighting.scss
- style.scss
- .coafile
- .gitignore
- _config.yml
- about.md
- download.md
- index.html
- LICENSE.txt
- README.md
- sitemap.xml
- start.sh
- .babelrc
- .gitattributes
- .gitignore
- .prettierrc
- LICENSE
- manifest.json
- package-lock.json
- package.json
- README.md
- webpack.config.js
# Installation Guide
nodeSetup 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
jsDelivrjsDelivr 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.
Link
Example
Command Glossary
Commands referenced in this DOCs, explained below.
npm run
View Details ▼
npm run
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
Was this content helpful?
(0 ratings)
