Medium parser is a web browser extension to help read the member-only articles on medium.com and medium.com-based sites (e.g. towards-data-science)
Or install manually
- Download this repo as a ZIP file from GitHub.
- Unzip the file and you should have a folder named
medium-parser-extension-main
. - In Chrome/Edge go to the extensions page (
chrome://extensions
oredge://extensions
). - Enable Developer Mode by clicking the toggle button on the top right side of the browser.
- Drag the
medium-parser-extension-main
folder anywhere on the page to import it (do not delete the folder afterward).
- This extension pulls the data from
webcache.googleusercontent.com
; then removes all the scripts and sends back the html and css contents only. It might not work when there is no data from the request. - For archive.is, it simply redirects you with the data.
Please consider a donation if you find this extension helps you daily. Your contribution allows me to spend more time making this kind of extension/project.
Issue #21 @username
and /me/*
path excluded.
Issue #21 /explore-topics
and /tag/*
path excluded. Wildcard checks added.
removed the Unrecognized manifest key 'browser_specific_settings'.
added mail support link
Added support for https://freedium.cfd//
Added support link to resolve the issues.
Code refactoring
Added support for https://readmedium.com/
Changed logo
Change archive.is to archive.today for better proxy support
Added 3rd party API proxy support.
Added disclaimer message with the buttons.
Added support for https://archive.is/
Removed dependency on the 3rd party server. Now you can directly read form the Google Web Cache
Added support for all medium.com based websites such as:
Minor fixed and updates.
Initial release.