- cross-posted to:
- technology
- opensource
- cross-posted to:
- technology
- opensource
cross-posted from: https://lemmy.ml/post/84770
This is a recent toot from the creator: I’ve made an alternative frontend to Medium:
If you, like me, are occasionally forced to read articles on medium.com, now you can read them on Scribe instead! Feedback welcome.
@edwardloveall@mastodon.technology
Hi! Creator here. Let me know if you have any feedback/questions. Thanks for posting 🙂
Thanks for this! I was thinking, did you thought about making a simple bookmarklet?
I considered it, but most of the time what I want is for an extension to redirect for me automatically. If you want, you could create small bookmarklet with the following:
javascript:q=location.pathname;location.href="https://scribe.rip/"+q;
Thank you!
(If anyone wants to use it, you need to remove the trailing slash)
javascript:q=location.pathname;location.href="https://scribe.rip"+q;
Ah whoops! Thanks!