Text in source code

Distill’s wealth of functions is somewhat overwhelming. I am looking for the following option:

If a certain text appears in the source code of an HTML website, I would like to be notified.

Is this possible with Distill, and if so, how? Thank you.

@BartS1975 this is possible by monitoring any element’s outerHTML property. Check out https://distill.io/docs/web-monitor/what-is-visual-selector/#how-to-monitor-attribute-and-property-value-for-the-selected-element to learn more.