Message feedback or bug:
- Issue in this github page
- Email: extension.dev.lab@gmail.com
- My X Profile - https://x.com/byghoster
A React application that removes hidden Unicode characters and watermarks from ChatGPT-generated text.
- Remove invisible Unicode characters (Zero-Width Space, Narrow No-Break Space, etc.)
- Replace special characters with standard equivalents (smart quotes, em dashes)
- Real-time text processing
- Copy and download cleaned text
- File upload support
- Visualization of invisible characters
You can try the live demo at: https://yourusername.github.io/supabase-jwt-generator/
- Clone the repository:
git clone https://github.com/yourusername/supabase-jwt-generator.git
cd supabase-jwt-generator- Install dependencies:
npm install- Start the development server:
npm run dev- Update the
basepath invite.config.jsto match your repository name - Build and deploy:
npm run deploy- React 19
- Vite
- Tailwind CSS
- Lucide React Icons
- shadcn/ui components
About Hidden Characters
New ChatGPT models (o3, o4-mini) add invisible Unicode characters to generated text. These characters serve as hidden watermarks to identify AI-generated content but can cause issues when copying text, break formatting, and lead to unexpected behavior in text editors and web forms.
MIT License