Text filtering
Limit trigger/ignore/block/extract to;
Righe aggiunte
Righe sostituite/modificate
Righe rimosse
Note: Depending on the length and similarity of the text on each line, the algorithm may consider an addition instead of replacement for example.
So it's always better to select Aggiunto +Sostituito when you're interested in new content.
When content is merely moved in a list, it will also trigger an addition , consider enabling Only trigger when unique lines appear
Attiva solo quando appaiono righe uniche in tutta la cronologia
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.
Remove duplicate lines of text
Remove duplicate lines of text
Ordina testo alfabeticamente
Helps reduce changes detected caused by sites shuffling lines around, combine with check unique lines below.
Rimuovi spazi prima e dopo il testo
Remove any whitespace before and after each line of text
Trigger parole chiave - Attiva/attendi testo
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 monitor
Each line is processed separately (think of each line as "OR")
Note: Wrap in forward slash / to use regex example: /foo\d/
Ignora righe contenenti
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
Blocca rilevamento modifiche quando il testo corrisponde
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 monitor
All lines here must not exist (think of each line as "OR")
Note: Wrap in forward slash / to use regex example: /foo\d/
Estrai testo
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
Usa //(?aiLmsux)) type flags (more informazioni qui )
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