cross-posted from: https://lemmy.ml/post/84770

This is a recent toot from the creator: I’ve made an alternative frontend to Medium:

https://scribe.rip

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

  • @edwardloveall
    link
    83 years ago

    Hi! Creator here. Let me know if you have any feedback/questions. Thanks for posting 🙂

    • fakefunkOP
      link
      23 years ago

      Thanks for this! I was thinking, did you thought about making a simple bookmarklet?

      • @edwardloveall
        link
        33 years ago

        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;
        
        • fakefunkOP
          link
          23 years ago

          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;