3 min read
Convert any post to Markdown
The core idea behind AnyPost is a single, memorable trick: swap the domain.
On X/Twitter? See the full walkthrough: X post or thread → Markdown.
The one-line workflow
- Find a post on any supported platform.
- Replace its domain with
anypost.mdand prefix the path with the platform slug. - Read or copy the clean Markdown that comes back.
x.com/user/status/123 → anypost.md/x/user/status/123
reddit.com/r/sub/comments/abc/… → anypost.md/reddit/r/sub/comments/abc/…
bsky.app/profile/handle/post/xyz → anypost.md/bluesky/profile/handle/post/xyz
Live today: X, LinkedIn, Reddit, Threads, Bluesky, Mastodon, YouTube, Hacker News, Substack, Medium. Instagram return 422 until adapters ship.
What you get
Every conversion returns a predictable document:
- An
# Author (@handle)heading - The full post text, preserving line breaks
- Media as Markdown links or images
- A
---footer with the timestamp and original link
Tip: append
?thread=fullor?comments=on(paid +apk_key) to unroll threads or add replies.
That's the whole product. No browser extension required.