How to detect when a page is done hydrating?
I am trying to make a chrome extension that will inject a content script to a React web app. Although I am successful in injecting the code, the delayed hydration of the page often overrides the changes made by the script.