Answer the question
In order to leave comments, you need to log in
How can I find content on the site and be notified when it is available?
Tell me, are there services that allow on a certain page of the site in automatic mode, reloading the page at certain intervals, to search for a specific text, and if it is found, send push or email notifications about the appearance of the desired text?
If not, how, in your opinion, could this be implemented on the client side (through the developer tools in the browser)?
Answer the question
In order to leave comments, you need to log in
https://chrome.google.com/webstore/detail/visualpi...
https://chrome.google.com/webstore/detail/page-mon...
or whatever?
1. Unfortunately, I do not know such services.
2. A very strange idea to do this on the client side. And in general, the client side for the user, why should he constantly reload the page ??? :-O
The usual parser, which is launched via cron, bypasses the necessary pages and performs certain actions. Moreover, if the location of this text is not important, then you can generally do it through regular expressions without parsing the DOM. It is done in any language, it rather depends on whether to run it on a working machine / your own server or on a shared hosting.
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question