Updated Detecting changes in images (markdown)

master
dgtlmoon 2023-09-26 13:49:45 +02:00
rodzic df0d1749aa
commit 2149db1aeb
1 zmienionych plików z 3 dodań i 3 usunięć

@ -2,9 +2,7 @@ At the moment, changedetection.io only supports detecting changes in the Text of
So this means that you could use changedetection to detect when the HTML now references a different image source.
For example
The source at https://example.com is
For example - source at https://the-site-you-are-watching.com is
```
<HTML>
@ -19,6 +17,8 @@ The source at https://example.com is
</HTML>
```
And in the **Visual Selector** you chose the "wrapper" element
By specifying `source:https://example.com` as the Watch URL and a filter of `#wrapper`, you will get a notification when the website changes "`november-calendar.jpg`" to "`december-calendar.jpg`"