https://readmedium.com/ script
बनाया गया: 21 अगस्त 2026
का उपयोग करके उत्तर दिया गया GPT-5.6 Thinking द्वारा Chat01
बनाया गया: 21 अगस्त 2026
का उपयोग करके उत्तर दिया गया GPT-5.6 Thinking द्वारा Chat01
https://readmedium.com/ script
If you mean a JavaScript bookmarklet that converts the current Medium article URL into the corresponding readmedium.com URL, use:
javascriptjavascript:(()=>{const u=location.href;location.href='https://readmedium.com/'+u;})();
readmedium.com currently documents the same basic approach: prepend https://readmedium.com/ to a Medium article URL. (Read Medium articles with AI)
Use it only for articles you’re authorized to access; I can also make this into a Tampermonkey userscript that adds a “ReadMedium” button on Medium pages.