Just starting out as a programmer, so just trying to learn the ropes and all.
I'm trying to create a script or program of some sort that can run almost like an extension in Chrome, but basically does two things.
- Refreshes the page every x seconds.
- On the page refresh, if it notices that a certain part of the text on that page has changed since the last refresh, stop refreshing and notify the user.
I know there are Chrome extensions out there that already do the page refresh, but I can't seem to find anything that combines the refresh and the page content change detector.
Any help or hints on where to even start with how to program this would be greatly appreciated.
Thank you!