invisible-chat icon indicating copy to clipboard operation
invisible-chat copied to clipboard

A Cool Plugin to Send Encrypted Messages via Powercord

Results 5 invisible-chat issues
Sort by recently updated
recently updated
newest added

![image](https://github.com/SammCheese/invisible-chat/assets/48297741/97cc067d-2a4f-4975-8195-b02d8ba7ac72) Also tried disabling themes and other plugins. No results. There are no errors linked to this plugin.

Basically a hidden text (ASCII only) that requires no password. Credit to https://synthetic.garden/3y3.htm It basically uses [Tags Unicode Block](https://en.wikipedia.org/wiki/Tags_(Unicode_block))

The problem part is: https://github.com/SammCheese/invisible-chat/blob/98985bfa785dda66d3fea651f3432feb47218a34/src/components/EncryptionModal.tsx#L23 `\w \w` Regex doesn't match non-English symbols (and also words splitted with 2 spaces): ![image](https://github.com/SammCheese/invisible-chat/assets/46378423/b6200f2a-41b8-453d-927f-78c26e2527c3) How about changing in to `.( )+.`, so it was...

Bumps [braces](https://github.com/micromatch/braces) from 3.0.2 to 3.0.3. Commits 74b2db2 3.0.3 88f1429 update eslint. lint, fix unit tests. 415d660 Snyk js braces 6838727 (#40) 190510f fix tests, skip 1 test in test/braces.expand...

dependencies