I have the requirement to monitor a certain webpage (https) open in my browser, keep on refreshing the page and play an alarm when a particular string appears on the webpage. Is there any way I can achieve this.

link|improve this question
This question may be suited for stack overflow if you want to write something to do this yourself. Otherwise there are a number of free services online which monitor websites and can send you an email. As far as a desktop app which plays a sound I'm don't know of any in particular. – Daisetsu Jan 6 '11 at 0:49
...and if there is such desktop software, it'll help to know which operating system you're running. There might also be an extension for Firefox or Chrome which could do this. – Doug Harris Jan 6 '11 at 0:54
feedback

1 Answer

You may find this Google Chrome extension useful.

https://chrome.google.com/extensions/detail/pemhgklkefakciniebenbfclihhmmfcd

link|improve this answer
Doesn't this only allow checking for any change rather than a change matching a filter? – Matthieu Cartier Jan 6 '11 at 1:36
@neurolysis It does appear to support a regex, which I presume will allow you to match some string. (caveat: I haven't tried it myself) See screenshot: chrome.google.com/extensions/img/… – ghoppe Jan 6 '11 at 3:15
Ah, interesting! Didn't see that on a quick glance through the description. Upvoted. – Matthieu Cartier Jan 6 '11 at 5:34
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.