You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
some work while others dont work
tried every option, text, whole word or regular expression nothing works
to give an example: (all without " " quotation)
". Its working." replacing it with " and Its working." doesn't work, regardless of the 3 options available text/whole words / expression etc, regardless letter case match or not
however
". Its wor" replacing it with " and its wor" will work with just text, with/without case matching.
whats going on
edit: this is on discord chat message area
The text was updated successfully, but these errors were encountered:
Your examples work here on GitHub. Maybe Discord is adding some formatting elements in the middle of those texts or they span several DOM nodes, in which case it will not work.
Your examples work here on GitHub. Maybe Discord is adding some formatting elements in the middle of those texts or they span several DOM nodes, in which case it will not work.
I think so. sometimes it'll work on discord other times doesn't not sure why
it'll be super nice of you to check into the DOM thing when you have free time, this extension is a god sent
some work while others dont work
tried every option, text, whole word or regular expression nothing works
to give an example: (all without " " quotation)
". Its working." replacing it with " and Its working." doesn't work, regardless of the 3 options available text/whole words / expression etc, regardless letter case match or not
however
". Its wor" replacing it with " and its wor" will work with just text, with/without case matching.
whats going on
edit: this is on discord chat message area
The text was updated successfully, but these errors were encountered: