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
    fedilink
    arrow-up
    8
    ·
    3 years ago

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

    • fakefunkOP
      link
      fedilink
      arrow-up
      2
      ·
      3 years ago

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

      • edwardloveall
        link
        fedilink
        arrow-up
        3
        ·
        3 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
          fedilink
          arrow-up
          2
          ·
          3 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;