India
Free Software developer currently working on mCaptcha and forgefed.io
Comment by ~realaravinth on ~edwardloveall/Scribe
On 1/9/22 01:22, ~edwardloveall wrote:
but I want to build it into the crystal app so I can take advantage of processing that all server-side. That is awesome!
I'd love to chat with you about it sometime.
Sure, anytime! I'm not sure if sr.ht displays my email but my contacts are available website :D
Comment by ~realaravinth on ~edwardloveall/Scribe
Hello Edward,
I got inspired by Scribe and created my own medium.com proxy called LibMedium(source code(AGPL)). I have a userscript that rewrites medium.com URLs to point to my LibMedium instance, would this be something Scribe could use?
It works by extracting post ID from the URL and rewriting the URL to point to
/utils/post/{postID}
, which will redirect the user to the post page. The redirecting endpoint is a cheap hack to accommodate medium's custom subdomain.