v0.54.6

Try our Chrome extension

Chrome store icon Chrome Webstore

Easily add the current web-page from your browser directly into your changedetection.io tool, more great features coming soon!

Changedetection.io needs your support!

You can help us by supporting changedetection.io on these platforms;

The more popular changedetection.io is, the more time we can dedicate to adding amazing features!

Many thanks :)

changedetection.io team

  • 已删除。

这些设置会 应用 到现有的所有监控项配置中。

One CSS, xPath 1 & 2, JSON Path/JQ selector per line, any rules that matches will be used.
Show advanced help and tips
  • Remove HTML element(s) by CSS and XPath selectors before text conversion.
  • Don't paste HTML here, use only CSS and XPath selectors
  • Add multiple elements, CSS or XPath selectors per line to ignore multiple parts of the HTML.

文本过滤

  • 触发变更/通知前等待的文本,所有文本和正则均不区分大小写。
  • 触发文本来自该监控项的 CSS/JSON 过滤结果
  • 每行单独处理(可理解为每行都是“或”)
  • 注意:使用正则时请用斜杠 / 包裹,例如: /foo\d/
  • You can also use conditions - "Page text" - with Contains, Starts With, Not Contains and many more /foo\d/
  • 匹配的文本会在文本快照中被忽略(仍可见但不会触发变更)
  • 每行单独处理,匹配的行会被忽略(在生成校验和前移除)
  • 支持正则表达式,整行用斜杠 / 包裹 /regex/
  • 更改此项会影响对比校验和,可能触发警报


  • 当页面出现这些文本时阻止变更检测,所有文本和正则均不区分大小写,适合等待商品重新上架
  • 阻止文本来自该监控项的 CSS/JSON 过滤结果
  • 此处所有行必须不存在(每行视为“或”)
  • 注意:使用正则时请用斜杠 / 包裹,例如: /foo\d/
  • 在其他过滤器之后,按行从最终输出中提取文本(使用正则或字符串匹配):
    • 正则表达式 - 示例 /reports.+?2022/i
    • 别忘了考虑行首空白 /.+?reports.+?2022/i
    • 使用 //(?aiLmsux)) 类型标志(更多 此处信息)
    • 关键字示例 - 示例 Out of stock
    • 使用分组仅提取该文本 - 示例 /reports.+?(\d+)/i 仅返回年份列表
    • 示例 - 匹配包含关键字的行 /.*icecream.*/
  • 每行一个正则/字符串匹配规则
Used for watches in "Restock & Price detection" mode
Changes in price should trigger a notification
Minimum amount, Trigger a change/notification when the price drops below this value.
Maximum amount, Trigger a change/notification when the price rises above this value.
Price must change more than this % to trigger a change since the first check.
For example, If the product is $1,000 USD originally, 2% would mean it has to change more than $20 since the first check.
谨慎使用! 这很容易占满邮件存储配额或淹没其他存储。
使用系统默认值

提示: 使用 AppRise通知URL 用于向几乎任何服务发送通知! 请阅读通知服务 Wiki 以了解重要配置说明.

显示高级帮助和提示
所有通知的标题
所有通知的正文 — 您可以使用 Jinja2 可在通知标题、正文和 URL 中使用模板,并使用下方的令牌/占位符。
显示令牌/占位符
  • 对于 JSON 负载,使用 |tojson 无需引号以自动转义,例如 - { "name": {{ watch_title|tojson }} }
  • URL 编码使用 |urlencode, 例如 - gets://hook-website.com/test.php?title={{ watch_title|urlencode }}
  • 正则替换使用 |regex_replace, 例如 - {{ "hello world 123" | regex_replace('[0-9]+', 'no-more-numbers') }}
  • 关于 Jinja2 内置过滤器的完整参考,请见 https://jinja.palletsprojects.com/en/3.1.x/templates/#builtin-filters

所有通知的格式