Skip to content

spencermurray/zero-width-chrome-extension

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Automatically strip zero width characters

I built this for fun and to learn how chrome extensions worked. I was inspired (and forked the original code from) chpmrc's [extension to replace zero width characters with emojis] (https://github.com/chpmrc/zero-width-chrome-extension) when I realized how useful it would be to have an extension that would strip these characters out without manual effort.

This chrome extension automatically strips out the following zero width characters:

  • U+200B
  • U+200C
  • U+FEFF
  • U+200D -- disabled by default as it breaks certain characters and emojis. Can be enabled in the extension's options.

You can install it as an "unpacked" extension or from the Chrome Web Store.

Once you've installed it you can verify it's working by visiting Umpox's zero width demo page and verify your "username" is no longer detected screenshot

Here's the extension in action: demo

About

Replace scary zero-width characters with funny emojis

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 75.3%
  • HTML 24.7%