How do I ignore numeric only changes

How do I ignore changes to webpages which are only numeric, for instance the number of days sinace a post or the number of comments on a post

there are two ways to filter content out:

  1. use the visual selector to deselect (exclude) unwanted parts of the page. see: https://distill.io/docs/web-monitor/what-is-visual-selector/#how-to-exclude-elements-from-the-selection-that-you-do-not-want-to-monitor
  2. use regex filter to extract only specific pattern from the text that needs to be monitore.

feel free to share the url you are monitoring in case you need help configuring the monitor.

Even if I use the visual selector, the numbers fall within the selection

can you share the page url that i can check out?

a regex filter can help here. for example, \D* regex will exclude all digits.