Is there a way to ignore non breaking spaces ( ) changes ?
#577
-
|
Hi guys, I've been trying to ignore the non breaking spaces from my css selector results, but I am having trouble finding the right regex to ignore it. Or changedetection.io does not support this feature yet ? I did select "Ignore Whitespaces" from the Global configuration, but that doesn't seem to help, as I keep getting false positives. I am using the CSS selector to check the changes for the "amount" field as shown in the snippet bellow: Changedetection.io successfully checks the changes in the field "amount" , however the problem arises when changedection.io also checks for the   changes along with the "amount" field . How to ignore the   from the searches and only keep the changes in "amount" field ? I attached a screenshot of the changes as shown in my notifications. As you can see, there are lots of notifications for changes in   even though the amount of "1" is the same, so this is causing me a lot of false positives, because I only wish to follow the changes in the "amount" field and ignore all non breaking spaces Your help is greatly appreciated. |
Beta Was this translation helpful? Give feedback.
Replies: 6 comments 15 replies
-
we are not mind readers, please be more specific, we are not sitting next to you
|
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
|
Yes, I was using Telegram as well in my report.... |
Beta Was this translation helpful? Give feedback.
-
|
This is an issue with Apprise: caronc/apprise#585. Apparently already fixed in master, so we're just waiting for the release. Edit: Built the image myself, replacing the current Apprise version with |
Beta Was this translation helpful? Give feedback.
-
|
Apologies for replying to an old discussion but I'm having a similar problem with Discord notifications, here's an example This page https://www.ntlite.com/changelog/ This is the notification body with the notification format: HTML I'll be grateful for any suggestions on how I could tidy up the notification please. |
Beta Was this translation helpful? Give feedback.
-
|
https://discord.com/developers/docs/reference#message-formatting discord only supports plaintext / basic markdown
So therefor, the
|
Beta Was this translation helpful? Give feedback.




https://discord.com/developers/docs/reference#message-formatting discord only supports plaintext / basic markdown
So therefor, the
 is because you have HTML format set and there are white-spaces in the content layout that its trying to preserve. = "Non breaking white space" in HTML markup.