Medium parser is a web browser extension to help read the member-only articles on medium.com
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.
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.