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

    • fakefunkOP
      link
      fedilink
      03 years ago

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

      • @edwardloveall@lemmy.ml
        link
        fedilink
        13 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
          03 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;