FxEverything is a Chrome extension that silently rewrites copied social-media post URLs to use alternative embed services, enabling richer previews when shared in chat apps or communities.

Stars

5

7-day growth

No data

Forks

0

Open issues

0

License

MIT

Last updated

2026-07-29

AI repository intelligence
FR-AI / ANALYSIS

Why it is worth attention

It solves a common pain point—poor link embeds for social posts—without changing browsing behavior, requiring no extra steps from the user, and with strong privacy guarantees (local processing, no analytics, no backend).

Who it is for

  • Frequent sharers of social-media posts in messaging apps like Discord or Slack
  • Community managers who need reliable embeds for posts from X, Instagram, Bluesky, TikTok, Reddit, and Threads
  • Privacy-conscious users who want a simple, lightweight extension without unnecessary permissions
  • Developers looking for an open-source tool to study URL rewriting or embed optimization

Use cases

  • Copying a tweet from X to a Discord server and having it embed with a rich preview instead of a bare link
  • Sharing an Instagram Reel in a WhatsApp group where the embed would otherwise fail
  • Posting a Reddit thread in a forum that cannot generate its own Open Graph previews
  • Replying to a Bluesky post in a Telegram chat and seeing the entire thread embedded

Strengths

  • Supports six major social platforms (X, Instagram, Bluesky, TikTok, Reddit, Threads) with a single click-to-copy workflow
  • Privacy-first: URLs processed locally, no network requests beyond the user's own copy action, no analytics or accounts
  • Minimal browser permissions (only storage, activeTab, and specific host access; no clipboard or history access)
  • Open-source under MIT license, with installable local build for developers

Considerations

  • Relies on third-party embed services (FixupX, OGInstagram, etc.) that may change or become unavailable
  • Only rewrites links when the user uses the site's built-in 'Copy link' action; direct manual copying of URLs may not be detected
  • Not affiliated with any of the supported platforms or embed services; no guarantee of long-term compatibility

README quick start

FxEverything

FxEverything silently replaces supported social-media post URLs with links that
produce richer embeds when you use the site's built-in Copy link action.




    ✨ Get FxEverything for Chrome →

Supported platforms:

  • X posts: x.comfixupx.com
  • Instagram posts, Reels, and carousels: instagram.comoginstagram.com
  • Bluesky posts, replies, and quote posts: bsky.appfxbsky.app
  • TikTok videos and photo posts: tiktok.comtnktok.com
  • Reddit posts and share links: reddit.comvxreddit.com
  • Threads posts: threads.com or threads.netvxthreads.com

Normal browsing is unchanged. Unsupported or uncertain links are copied unchanged.

Why?

Many chat apps and communities cannot create rich previews for social posts. FxEverything fixes the link when you copy it, so the post is more likely to embed cleanly wherever you share it, without changing how you browse.

Install locally

  1. Run npm install.
  2. Run npm run build.
  3. Open chrome://extensions.
  4. Enable Developer mode.
  5. Choose Load unpacked and select the generated dist folder.

Development

npm run dev
npm run typecheck
npm run build

The release-ready archive is generated at release/fxeverything-x.x.x.zip.

Privacy and permissions

URL processing is local. The extension has no analytics, accounts, backend, or extension-owned network requests. It stores only the six automatic-rewriting preferences. See PRIVACY.md.

The extension requests:

  • access only on the supported X, Instagram, Bluesky, TikTok, Reddit, and Threads hosts;
  • storage for the six preferences;
  • activeTab so the popup can copy a fixed link for the current page.

It does not request clipboard permissions or access to browsing history.

Independence

FxEverything is not affiliated with X, Instagram, Bluesky, TikTok, Reddit, Threads, FixupX, OGInstagram, FxBluesky, fxTikTok, vxreddit, vxThreads, or Discord. The third-party embed services can change or become unavailable.

License

MIT

Description

One extension to fix social embeds everywhere.

Related repositories

Similar projects matched by category, topics, and programming language.

TanStack
Featured
TanStack GitHub avatar

router

TanStack Router is a type-safe, data-driven React router with built-in caching, prefetching, and nested layouts, while TanStack Start extends it into a full-stack SSR framework.

Web DevelopmentFrontend Frameworks
14,861
vercel-labs
Featured
vercel-labs GitHub avatar

scriptc

scriptc compiles ordinary TypeScript into small, fast native executables without needing Node.js, V8, or any JavaScript runtime in the binary.

Developer ToolsCode Quality & Build
1,985
Jakubantalik
Featured
Jakubantalik GitHub avatar

thinking-orbs

A React component library that renders six hand-tuned animated thought orb loading indicators on a plain 2D canvas, with two purpose-tuned sizes and automatic theme detection for AI and agent UIs.

AI & Machine LearningAI Agents
1,191