v0.52.1

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

Einige Websites verwenden JavaScript, um den Inhalt zu erstellen. Dies sollten Sie tun Verwenden Sie den Chrome/WebDriver Fetcher
Variablen werden in der URL unterstützt (Hilfe und Beispiele finden Sie hier).
Organisations-Tag/Gruppenname, der auf der Haupteintragsseite verwendet wird
Automatically uses the page title if found, you can also use your own title/description here

Das Intervall/die Zeitdauer zwischen den einzelnen Überprüfungen.

Verwenden Sie einen Zeitplaner First confirm/save your Time Zone Settings

Sends a notification when the filter can no longer be seen on the page, good for knowing when the page changed and your filter will not work anymore.

Benutzen Sie die Basic method (default) where your watched site doesn't need Javascript to render.

Der Chrome/Javascript method requires a network connection to a running WebDriver+Chrome server, set by the ENV var 'WEBDRIVER_URL'.

Tipp: Stellen Sie eine Verbindung über Bright Data und Oxylabs Proxies her, erfahren Sie hier mehr.
If you're having trouble waiting for the page to be fully rendered (text missing etc), try increasing the 'wait' time here.
Das wird warten n Sekunden, bevor der Text extrahiert wird.
Verwendung der aktuellen globalen Standardeinstellungen

Sorry, this functionality only works with fetchers that support interactive Javascript (so far only Playwright based fetchers)
Das musst du Legen Sie die Abrufmethode fest zu einer, die interaktives Javascript unterstützt.

Verwenden Sie Systemstandards

Tip: Use AppRise Notification URLs for notification to just about any service! Please read the notification services wiki here for important configuration notes.

Show advanced help and tips
Title for all notifications
Body for all notifications ‐ You can use Jinja2 templating in the notification title, body and URL, and tokens from below.
Show token/placeholders
  • For JSON payloads, use |tojson without quotes for automatic escaping, for example - { "name": {{ watch_title|tojson }} }
  • URL encoding, use |urlencode, for example - gets://hook-website.com/test.php?title={{ watch_title|urlencode }}
  • Regular-expression replace, use |regex_replace, for example - {{ "hello world 123" | regex_replace('[0-9]+', 'no-more-numbers') }}
  • For a complete reference of all Jinja2 built-in filters, users can refer to the https://jinja.palletsprojects.com/en/3.1.x/templates/#builtin-filters

Format for all notifications
Bedingungen

Use the verify (✓) button to test if a condition passes against the current snapshot.

Lesen Sie ein kurzes Tutorial darüber Verwenden Sie hier bedingte Webseitenänderungen.
Vorschau
Profi-Tipps:
  • Verwenden Sie die Vorschauseite, um Ihre Filter und Auslöser hervorgehoben anzuzeigen.
  • Einige Websites verwenden JavaScript, um den Inhalt zu erstellen. Dies sollten Sie tun Verwenden Sie den Chrome/WebDriver Fetcher
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.

Textfilterung

Auslösen/Ignorieren/Blockieren/Extrahieren beschränken auf;
Note: Depending on the length and similarity of the text on each line, the algorithm may consider an Zusatz anstatt Ersatz Zum Beispiel.
 Es ist also immer besser, auszuwählen Hinzugefügt+Ersetzt wenn Sie an neuen Inhalten interessiert sind.
 Wenn Inhalte lediglich in einer Liste verschoben werden, wird auch ein Fehler ausgelöst Zusatz, Erwägen Sie die Aktivierung Wird nur ausgelöst, wenn eindeutige Zeilen angezeigt werden
Good for websites that just move the content around, and you want to know when NEW content is added, compares new lines against all history for this watch.
Entfernen Sie doppelte Textzeilen
Helps reduce changes detected caused by sites shuffling lines around, combine with Überprüfen Sie eindeutige Zeilen unten.
Entfernen Sie alle Leerzeichen vor und nach jeder Textzeile
  • Text to wait for before triggering a change/notification, all text and regex are tested case-insensitive.
  • Trigger text is processed from the result-text that comes out of any CSS/JSON Filters for this watch
  • Each line is processed separately (think of each line as "OR")
  • Note: Wrap in forward slash / to use regex example: /foo\d/
  • Matching text will be ignored in the text snapshot (you can still see it but it wont trigger a change)
  • Each line processed separately, any line matching will be ignored (removed before creating the checksum)
  • Regular Expression support, wrap the entire line in forward slash /regex/
  • Changing this will affect the comparison checksum which may trigger an alert


  • Block change-detection while this text is on the page, all text and regex are tested case-insensitive, good for waiting for when a product is available again
  • Block text is processed from the result-text that comes out of any CSS/JSON Filters for this watch
  • All lines here must not exist (think of each line as "OR")
  • Note: Wrap in forward slash / to use regex example: /foo\d/
  • Extracts text in the final output (line by line) after other filters using regular expressions or string match;
    • Regular expression ‐ example /reports.+?2022/i
    • Don't forget to consider the white-space at the start of a line /.+?reports.+?2022/i
    • Use //(?aiLmsux)) type flags (more information here)
    • Keyword example ‐ example Out of stock
    • Use groups to extract just that text ‐ example /reports.+?(\d+)/i returns a list of years only
    • Example - match lines containing a keyword /.*icecream.*/
  • One line per regular-expression/string match

Sorry, this functionality only works with fetchers that support Javascript and screenshots (such as playwright etc).
Das musst du Legen Sie die Abrufmethode fest zu einer, die Javascript und Screenshots unterstützt.

Anzahl prüfen 0
Aufeinanderfolgende Filterausfälle 0
Geschichte 0
Dauer des letzten Abrufs 0.0s
Anzahl der Benachrichtigungsalarme 0
Antwort vom Servertyp None

Not enough history to calculate Levenshtein metrics

Content Analysis

Word count (latest snapshot) 0

Word count is a simple measure of content length, calculated by splitting text on whitespace.