I wrote an extension which should say \'Hi.\' every time the user clicks on a page and this is the code:
manifest.json
{ \"
You should use MutationObserver. It will allow you to react to changes in the DOM. It is especialy powerfull when used together with TreeWalker.
See this sample extension for details on how to use it.