-
I'm trying to use ChangeDetection for ARGs to monitor the HTML source for pages for any changes that get made. Like, if a new JavaScript/CSS file is added to a page, I want ChangeDetection to notify me. However, no matter what I do (Basic vs Playwright), CD will only monitor text. Example: http://tagruato.jp/ |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Your answer https://changedetection.io/tutorial/source-code-monitor-how-get-alerts-changes-html-source-code
Yes because you havent told it to monitor the source specifically, and the default use-case is that everone wants to monitor the text from the page :) See the tutorial link above ( by the way, what is "ARG"? |
Beta Was this translation helpful? Give feedback.
Your answer https://changedetection.io/tutorial/source-code-monitor-how-get-alerts-changes-html-source-code
Yes because you havent told it to monitor the source specifically, and the default use-case is that everone wants to monitor the text from the page :) See the tutorial link above (
source:
) prefixby the way, what is "ARG"?