How to make Chrome "Find on page" find dynamically loaded text (loaded after page, like AJAX)?

Constantly scanning the same page again and again for a phrase can be a drain on computer resources which is probably why this feature isn't implemented in web browsers (or maybe the developers just never thought of it).

As far as I know, this feature doesn't exist in any popular browser.

The only current work around for chrome is:

  • Press Ctrl+F
  • After the text has been dynamically changed, Press 'Esc' and then press 'Ctrl+F' again
  • Press 'Enter'.