Regex help with Google Page Monitor extension

Posted by bibliwho on Stack Overflow See other posts from Stack Overflow or by bibliwho
Published on 2010-03-27T18:54:36Z Indexed on 2010/03/27 19:13 UTC
Read the original article Hit count: 133

Filed under:
|

I'm trying to monitor a small section of a web page for changes using the the Google Page Monitor extension -- https://chrome.google.com/extensions/detail/pemhgklkefakciniebenbfclihhmmfcd

Under advanced settings I can use either Regex or Selectors to accomplish this, but need help with this. In the following html, I'd like to monitor the following for changes in either the URL in line 4 or the text in line 5. Any pointers gratefully accepted.

<div id="rtBtmBox"><div id="sectHead" style="margin-bottom:5px;">
<h3>SLJ's Pick of the Day</h3></div> 
<p align="center">From the&nbsp;March issue</p> 
<p align="center"><a target="_blank" href="http://www.schoollibraryjournal.com/article/CA6723937.html">
<font color="#0000ff"><strong><em>The Summer I Turned Pretty</em></strong><br/>

© Stack Overflow or respective owner

Related posts about regex

Related posts about monitoring