tag loads (this is the parent tag of the content on a page, assignment, discussion, etc.). Then you can disconnect the MutationObserver on the body tag and set a new MutationObserver on that
. The reason why you may want to do this is that the MutationObserver can end up slowing your page down, especially if you use the "subtree" option, so you really only want it observing only the elements who's changes your code needs to know about.