How-to Automatically Redirect Medium Articles
If you don't want to manually change the URL every time, you can use an extension to do it for you. This extension works well across most browsers.
Once installed, create a new redirect with the following settings:
- Description:
Medium -> Scribe
- Example URL:
https://medium.com/@user/post-123456abcdef
- Include pattern:
^https?://(?:.*\.)*(?<!link\.)medium\.com(/.*)?$
- Redirect to:
https://
scribe.citizen4.eu
$1
- Pattern type:
( ) Wildcard (•) Regular Expression
Visiting any medium.com site (including user.medium.com subdomains) should now redirect to Scribe instead!
Why Would I Want to Use This?
There are a number of potential reasons:
- You believe in an open web
- You believe more in the author than the platform
- You don't like the reading experience that Medium provides
- You object to Medium's extortionist business tactics
- You're concerned about how Medium uses your data
- Other reasons
Can I use Scribe on a different website? (instances)
You can! See this list in the documentation.
What about Medium articles on custom domains?
Scribe can read these also. The URL just needs to end with the characters at the end of the URL called the Post ID. Here's an example:
example.com/my-post-
09a6af907a2
can be converted to scribe.citizen4.eu
/my-post-
09a6af907a2
To redirect automatically, follow the intructions above to on how to
redirect medium articles. Replace medium\.com
with the domain of your choosing.