Chrome extension to read medium articles for free
Medium Free URL: Click hereOrignal URL: Click Here
Currently there is two methods to use it and they are
- Bookmarklet
- Chrome Extension
-
Create New Bookmark and Name anything you want ( for e.g Medium Free Bookmarklet )
-
In url add following code
javascript:(function(){ if(window.location.hostname == "medium.com"){ window.location.href = `https://medium-free.vercel.app/read?url=${window.location.href}`; }else{ alert("Please make sure you're onto medium.com post/article.") }})();
-
Visit Medium's Article and On Adress Bar Search For Bookmark Name ( for e.g Medium Free Bookmarklet )
-
You'll be redirected to url without paywall
- Download Zip from Releases ( Source Code Zip )
- Add into chrome extension
- Visit Medium Article
- Summon Medium Free Extension
- You'll be redirected to url without paywall