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\.|cdn\-images\-\d+\.))medium\.com(/.*)?$
- Redirect to:
https://
https://scribe.grimm.wtf
$2
- Pattern type:
( ) Wildcard (•) Regular Expression
Advanced options
- Exclude pattern: (leave blank)
- Process matches:
No Processing
- Apply to:
[x] Main window (address bar)
[x] IFrames
[ ] Stylesheets
[ ] Scripts
[ ] Images
[ ] Responsive images
[ ] Objects
[x] XMLHttpRequests
[x] History State
[x] Other
Visiting any medium.com site (including user.medium.com subdomains) should now redirect to Scribe instead!
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 https://scribe.grimm.wtf
/my-post-
09a6af907a2
The instructions above may redirect custom domains automatically. To
manually redirect a specific custom domain to Scribe, add another
redirect and replace medium\.com
with the domain of your choosing.
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.