Xatta-Trone / medium-parser-extension

Read medium.com and medium based articles using google web cache.
MIT License
1.25k stars 76 forks source link

Can you also add support for ReadMedium.com ? #15

Closed blacksev closed 9 months ago

blacksev commented 9 months ago

ReadMedium.com has a very clean view and also provide translations. It would be very helpful for non-native readers. You may just replace the domain to readmedium.com

Xatta-Trone commented 9 months ago

@blacksev I have a question. What do you use under the hood to pull the contents ? Is it google web cache ? And, it is a beautiful UI. I like it, also the translation feature too. Good work.

One suggestion: there are too many redirects from a normal users' perspective. Could you limit these redirects if possible ?

Xatta-Trone commented 9 months ago

@blacksev I will add your site to this extension. It's great work...thanks a lot. PR: https://github.com/Xatta-Trone/medium-parser-extension/pull/16

blacksev commented 9 months ago

@Xatta-Trone Thanks a lot. Could you fix it by just keep the last path in the URL? The URL pattern in readmedium is like this: https://readmedium.com/exploring-djangos-extensibility-a-developer-s-tale-c076e713da65

Xatta-Trone commented 9 months ago

@Xatta-Trone Thanks a lot. Could you fix it by just keep the last path in the URL? The URL pattern in readmedium is like this: https://readmedium.com/exploring-djangos-extensibility-a-developer-s-tale-c076e713da65

@blacksev I see...in the next update I will update this one. thank you.

blacksev commented 9 months ago

@Xatta-Trone Thanks a lot. Could you fix it by just keep the last path in the URL? The URL pattern in readmedium is like this: https://readmedium.com/exploring-djangos-extensibility-a-developer-s-tale-c076e713da65

@blacksev I see...in the next update I will update this one. thank you.

Ah, I found ReadMedium has fixed the issue. Still thanks for your quick reply.