So, I have an input bar that I want to continuously search if it's been modified. I checked some stackoverflow questions like Detecting DOM change events and I checked this DOMSubTreeModified thing.
It works the first time, but I need to continuously check if there's been an update. Is there a way to loop it?