As a creator who relies on AI to help draft my blog posts, I kept running into a frustrating issue. When I’d copy text from ChatGPT, Claude, Gemini, etc, it looked perfect, but there was something hidden: invisible characters.

These aren’t your typical letters or symbols. They are special Unicode characters, like zero-width spaces (U+200B) or format-control characters, that don’t show up on your screen. AI providers sometimes embed these hidden characters into the text they generate, creating a sort of digital watermark to track the content’s origin. While clever, this can cause major headaches for writers, developers, and anyone who needs clean, reliable text.

That’s why I created the “Invisible AI Chart Detector,” a free and simple Google Chrome and VS Code extension to help you find and eliminate these hidden troublemakers.

What It Does: Your Personal Hidden Unicode Cleaner

My extension is designed to make your text clean, safe, and predictable. It’s a powerful tool to remove invisible characters and sanitize your documents.

How to Install The Extension

Getting started takes less than a minute. You can add it directly to your favorite work environment.

For Visual Studio Code:

  1. Open VS Code, and navigate to the Extensions view (Ctrl+Shift+X).
  2. Search for Invisible AI Chart Detector in the marketplace.
  3. Click the “Install” button to add it to your editor.

For Google Chrome:

  1. Visit the Chrome Web Store.
  2. Search for Invisible AI Chart Detector.
  3. Click “Add to Chrome” to install the extension in your browser.

How to Use It for Clean Text

Once installed in VS Code, you can use the Command Palette (Ctrl+Shift+P) to access its powerful features:

I hope it helps you streamline your AI-assisted workflows! And if it was helpful, please don’t forget to give it a 5-star rating! :)

And if you want to contribute to the extension, you can do it on my GitHub project.

Cheers! ;)