I want to observe a single node for being added to the page. I do not want to get any notifications about any other mutations. I have no way of knowing where on the page the node will be appended.
Is this possible? As far as I can tell, it's only possible to observe the child list of a parent element: https://developer.mozilla.org/en-US/docs/Web/API/MutationObserverInit