Skip to content

🐦‍⬛ Render blocks of inline code on X.com. A browser extension for Google Chrome, Microsoft Edge, and Brave.

License

Notifications You must be signed in to change notification settings

PactInteractive/code-blue

Repository files navigation

🐦‍⬛ Code Blue

Syntax highlighting for code blocks on X.com

Demo

Before After
Before After

Local development

  1. First, install the dependencies:
    npm install
  2. Then you can start the development server which watches for file changes automatically:
    npm start
    Or alternatively - only run the build once:
    npm run build
  3. Open the extension list in your browser settings: chrome://extensions
  4. Enable Developer mode
  5. Click the Load unpacked button, navigate to the extension root folder and pick the build folder
  6. Enjoy!

Support

If you want to, you may support this project with Bitcoin:

19UsTZPYtNp1h2y4QT2a7gbNYNZrEdjXvE


In any case, the extension will remain free and open-source.

Credits

Inspired by https://x.com/ScriptAlchemist/status/1680788349840228357

License

See LICENSE