Hack the Medium ! — Free
Hey there, in this tutorial i am eager to share something that is really heroic. You can really read medium only-member stories for free without any struggle. You can get the rich content from the creators from worldwide for free. Since I live in India I don’t have stripe account and medium support only stripe for payout, I can’t able to payout in medium. So there is no drawback for me.
You can achieve this trick by using archive.is.
Simply open archive.is and paste the medium member only story link in the the first text bar. It automatically scrap the entire website and loads the full story without the paywalls.
Why this works ?
Simply put, an archive loads the website on its server instead of your computer. It uses bots, such as Google-friendly bots, to bypass paywalls. Since many websites do not restrict access to bots, they display the full content to these bots, and the archived website is dynamically rendered on your webpage.
Step 1 : Paste the medium link in the archive.is and click save.
Here you go, the member only story is loaded in your browser for free.
You can also create a JavaScript bookmark in your browser for fast access, mean — You can directly force to load the current medium page in archive.is without copy and paste.
javascript: (function() {
let url = window.location.href;
let archiveUrl = "https://archive.is/" + url;
let readerMode = "about:reader?url=" + url;
window.open(archiveUrl, "_blank");
window.open(readerMode, "_blank");
})();
Now you can read any premium story for free without any restriction. Use this for only educational purpose, start to read enriched blogs and if you really like the creator, support the creator byheart.
Also leave a comment on how can i make my blogs more interesting like.. memes about the content ? Interactive real-world talks ? Let me know :)
Top comments (0)