https://readmedium.com/ script
Erstellt am: 21. August 2026
Beantwortet mit GPT-5.6 Thinking von Chat01
Erstellt am: 21. August 2026
Beantwortet mit GPT-5.6 Thinking von 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.